請問一下 FileZilla或CoreFTPLE 有沒有辦法設定定時排程上傳?或是有沒有甚麼批次檔可以做到?
windows中使用批次檔-bat-上傳ftp檔案
open ftp的IP
帳號
密碼
cd ftp上資料夾
put z:\單一檔案名
disconnect
quit
可以把單一檔案上傳,如果我要整個資料夾或是資料夾內的檔案批次上傳。我可以怎麼更改?
或 mkdir 資料夾 (建立資料夾)
再上傳全部檔案 mput *.* (*是萬用字元)
https://stackoverflow.com/questions/42454307/upload-directory-and-files-to-ftp-in-windows-batch
內文搜尋




























































































