NcFTPPut3.2.5
Usages:
ncftpput[flags]remote-hostremote-dirlocal-files...(mode1a)
ncftpput[flags]bookmark-nameremote-dirlocal-files...(mode1b)
ncftpput-flogin.cfg[flags]remote-dirlocal-files...(mode2)
ncftpput-cremote-hostremote-path-name<stdin(mode3)
ncftpput-Cremote-hostlocal-path-nameremote-path-name(mode4)
Flags:
-uXXUseusernameXXinsteadofanonymous.
-pXXUsepasswordXXwiththeusername.
-PXXUseportnumberXXinsteadofthedefaultFTPserviceport(21).
-jXXUseaccountXXwiththeaccount(deprecated).
-dXXUsethefileXXfordebuglogging.
-eXXUsethefileXXforerrorlogging.
-UXXUsevalueXXfortheumask.
-tXXTimeoutafterXXseconds.
-aUseASCIItransfertypeinsteadofbinary.
-mAttempttomkdirthedstdirbeforecopying.
-v/-VDo(donot)useprogressmeters.
-fXXReadthefileXXforhost,user,andpasswordinformation.
IffileXXdoesnotexist,checkforbookmarkXXin$HOME/.ncftp/bookmarks.
-hXXConnecttohostXX.Usefulforoverridinghostin-fconfig.file.
-cReadlocallyfromstdinandwriteremotelytospecifiedpathname.
-CSimilarto-c,exceptalocalpathnameisspecified.
-AAppendtoremotefilesinsteadofoverwritingthem.
-z/-ZDo(donot)trytoresumeuploads(default:-Z).
-TXXUploadintotemporaryfilesprefixedbyXX.
-SXXUploadintotemporaryfilessuffixedbyXX.
-DDDeletelocalfileaftersuccessfullyuploadingit.
-bRuninbackground(submitjobto"ncftpbatch"andrun).
-bbSameas"-b"butqueueonly(donotrun"ncftpbatch").
-EUseregular(PORT)dataconnections.
-FUsepassive(PASV)dataconnections(default).
-IXXUseIPaddressXXforlocalsourceaddress.
-yTryusing"SITEUTIME"topreservetimestampsonremotehost.
-BXXTrysettingtheSO_SNDBUFsizetoXX.
-rXXRedialXXtimesuntilconnected.
-oXXSpecifymiscellaneousoptions(seedocumentation).
-WXXSendrawFTPcommandXXafterloggingin.
-XXXSendrawFTPcommandXXaftereachfiletransferred.
-YXXSendrawFTPcommandXXbeforeloggingout.
相关推荐
"Readme-说明.htm"则可能是包含软件使用指南或介绍的文档。在实际操作中,应先阅读这个Readme文件了解具体使用方法,然后根据指导安装和使用xfp04000101.exe。不过,由于这是在Linux环境下讨论FTP工具,这个Windows...
FTP是Internet上广泛使用的协议之一,用于在客户端和服务器之间传输文件。xfp40作为Linux下的FTP工具,可能具备以下关键功能: 1. **多线程传输**:支持同时处理多个文件或目录的上传和下载,提高文件传输效率。 2....
- **补充说明**:在使用FTP客户端时,可以通过输入`bye`命令来断开当前的FTP连接,并退出FTP环境。这通常用于结束会话或者在完成文件传输后退出。 ##### 1.2 `ftp` - **功能说明**:FTP(File Transfer Protocol)是...
NCFTP是一种增强型的FTP客户端,它提供了比标准FTP更多的功能和更好的性能。与传统的FTP相比,NCFTP支持断点续传、多线程传输以及更友好的用户界面,使得大文件的传输变得更加高效和稳定。 #### TFTP (Trivial File...
- **应用场景**:在使用FTP客户端进行文件传输时,完成所有操作后可以通过输入`bye`来安全地断开连接并退出程序。 ##### 1.2 `ftp` - **功能说明**:这是一个用于设置文件系统相关功能的命令,主要用于通过FTP协议...
**功能**:`ncftp` 是一个功能强大的FTP客户端工具,支持断点续传等功能。 **语法**:`ncftp [选项] [主机名]` **示例**: - `ncftp get file.zip`:从`ncftp`服务器下载`file.zip`。 --- #### 文档编辑 Linux...
`man` 提供了简洁明了的命令用法和选项说明,而`info` 则提供更详细的文档和交互式的浏览体验。 **文件操作**: - `cat` 用于查看文件内容,可以合并多个文件。 - `clear` 清除屏幕。 - `chattr` 改变文件的特殊...
以下是对标题和描述中提及的Linux命令的详细说明: **文件操作**: 1. `cat`:用于查看文件内容,也可用于合并多个文件。 2. `clear`:清空终端屏幕。 3. `chattr`:改变文件的特殊属性,如使其不可删除。 4. `...