ftp put
使用目前的檔案傳輸類型,將本機檔案複製至遠端電腦。
注意
此命令與 ftp send 命令相同。
語法
put <localfile> [<remotefile>]
參數
參數 | 描述 |
---|---|
<localfile> |
指定要複製的本機檔案。 |
[<remotefile>] |
指定要在遠端電腦上使用的名稱。 如果沒有指定 remotefile,檔案就會使用 localfile 的名稱。 |
範例
若要複製本機檔案 test.txt,並在遠端電腦上將其命名為「test1.txt」,請輸入:
put test.txt test1.txt
若要將本機檔案 program.exe 複製至遠端電腦,請輸入:
put program.exe