2012年3月27日 星期二

在linux console 上用curl上傳檔案到遠端ftp

背景執行指令:

nohup curl --limit-rate 200k -u username:password -T "本機檔案" ftp://ftp.somewhere.com/somefolder  &

前景執行指令:
 curl --limit-rate 200k -u username:password -T "本機檔案" ftp://ftp.somewhere.com/somefolder

沒有留言: