自動從FTP取得data

有咩免費既program
或者用d cmd可以定時攞放係FTP既data?

plx

原帖由 GaryFox 於 2008-11-26 15:27 發表
有咩免費既program
或者用d cmd可以定時攞放係FTP既data?

plx


You can write a script to automate your ftp.exe in your windows.
See ftp -h

AFAIK, there are plenty of command line tools in Linux  ( and some of them ported to other Unix and Windows ) can do that, like curl, wget and lftp .

TOP

最簡單就係用wget

TOP