1. 程式人生 > >通過secureCRT從windows上傳大於4G的檔案到Linux伺服器

通過secureCRT從windows上傳大於4G的檔案到Linux伺服器

     眾所周知,secureCRT的rz,sz命令只能傳輸4G以內的檔案,scp也只能在兩個linux系統之間傳輸,那麼大於4G的檔案在windows和linux之間傳輸可以用sftp。

    sftp用法:在secureCRT開啟對應伺服器sessions後,按快捷鍵Alt+p就可直接進入sftp會話模式。

    sftp常用命令:

sftp常用命令
  linux伺服器 windows本地
進入目錄 cd lcd
檢視目錄結構 pwd lpwd
檢視當前目錄下檔案 ls lls
建立資料夾 mkdir lmkdir
移除遠端/本地目錄 rmdir lrmdir
移除遠端/本地檔案 rm lrm
上傳(windows->linux) put
下載(linux->windows) get