2012-12-08

使用 Ftp 下載氣象局的預報資料

package require ftp

set ftpServer [::ftp::Open ftpsv.cwb.gov.tw Anonymous guest@guest.com]
::ftp::Cd $ftpServer pub
::ftp::Cd $ftpServer forecast
::ftp::Get $ftpServer W002.txt

使用 ftp package 來下載檔案。

沒有留言: