安装:
sudo apt-get install ncftp
连接:
ncftp -u user -p password -P port ip
下载:
文件:get file
目录:get -R directory
上传:
put
对目录的操作:
cd,ls等
对于本地目录的操作则需加前缀,如lcd,lls等
本文介绍了如何使用NCFTP进行文件传输,包括安装、连接服务器、下载与上传文件以及对目录的基本操作等内容。
安装:
sudo apt-get install ncftp
连接:
ncftp -u user -p password -P port ip
下载:
文件:get file
目录:get -R directory
上传:
put
对目录的操作:
cd,ls等
对于本地目录的操作则需加前缀,如lcd,lls等

被折叠的 条评论
为什么被折叠?