`

命令行上传软件ncftpput使用总结,ncftpput使用方法

阅读更多

ncftpput使用方法,软件网站:http://www.ncftp.com

 

ncftpput -u ll -p ll -m -R -P 21 192.168.0.10  00/00/00/86/ D:\upload.rar

 

该软件在附件中可以下载,一起学习一起进步。

 

参数解释:

 

 

NcFTPPut 3.2.0

Usages:
  ncftpput [flags] remote-host remote-dir local-files...   (mode 1)
  ncftpput -f login.cfg [flags] remote-dir local-files...  (mode 2)
  ncftpput -c remote-host remote-path-name < stdin         (mode 3)
  ncftpput -C remote-host local-path-name remote-path-name (mode 4)

 

Flags:
  -u XX  Use username XX instead of anonymous.
  -p XX  Use password XX with the username.
  -P XX  Use port number XX instead of the default FTP service port (21).
  -j XX  Use account XX with the account (deprecated).
  -d XX  Use the file XX for debug logging.
  -e XX  Use the file XX for error logging.
  -U XX  Use value XX for the umask.
  -t XX  Timeout after XX seconds.
  -a     Use ASCII transfer type instead of binary.
  -m     Attempt to mkdir the dstdir before copying.
  -v/-V  Do (do not) use progress meters.
  -f XX  Read the file XX for host, user, and password information.
  -h XX  Connect to host XX.  Useful for overriding host in -f config.file.
  -c     Read locally from stdin and write remotely to specified pathname.
  -C     Similar to -c, except a local pathname is specified.
  -A     Append to remote files instead of overwriting them.
  -z/-Z  Do (do not) try to resume uploads (default: -Z).
  -T XX  Upload into temporary files prefixed by XX.
  -S XX  Upload into temporary files suffixed by XX.
  -DD    Delete local file after successfully uploading it.
  -b     Run in background (submit job to "ncftpbatch" and run).
  -bb    Same as "-b" but queue only (do not run "ncftpbatch").
  -E     Use regular (PORT) data connections.
  -F     Use passive (PASV) data connections (default).
  -y     Try using "SITE UTIME" to preserve timestamps on remote host.
  -B XX  Try setting the SO_SNDBUF size to XX.
  -r XX  Redial XX times until connected.
  -o XX  Specify miscellaneous options (see documentation).
  -W XX  Send raw FTP command XX after logging in.
  -X XX  Send raw FTP command XX after each file transferred.
  -Y XX  Send raw FTP command XX before logging out.
  -R     Recursive mode; copy whole directory trees.

 

Examples:
  ncftpput -u gleason -p my.password Elwood.probe.net /home/gleason stuff.txt
  ncftpput -u gleason Elwood.probe.net /home/gleason a.txt (prompt for pass)
  ncftpput -a -u gleason -p my.password -m -U 007 Bozo.probe.net /tmp/tmpdir a.txt
  tar cvf - /home | ncftpput -u operator -c Server.probe.net /backups/monday.tar

 

Library version: LibNcFTP 3.2.0 (August 5, 2006).

This is a freeware program by Mike Gleason (http://www.ncftp.com).
This was built using LibNcFTP (http://www.ncftp.com/libncftp/).

分享到:
评论

相关推荐

    如果你想学习使用进行后台FTP下载,那么就必须学习FTP指令

    - `send local-file [remote-file]`:上传本地文件`local-file`到远程服务器,如果未指定`remote-file`,则使用与本地文件相同的文件名。 - `put local-file [remote-file]`:同`send`,上传本地文件到远程服务器...

    一个小小参数造成的困惑.docx

    在这个问题中,用户遇到了通过FTP同步文件时遇到的困扰,具体表现为:使用wput工具时,服务器上修改过的文件无法正确地备份到远程服务器,而使用ncftpput虽然能正确备份,但效率低下,因为每次都需要上传所有文件。...

    SAP数据库重组.pdf

    在进行SAP数据库重组时,可能需要下载或上传大量的数据文件,这时使用ncftpget可以将数据库备份文件从远程服务器下载到本地,而ncftpput则可以将处理后的数据文件上传回SAP服务器。这两个工具的使用可以提高文件传输...

    ncftp 单个大于2G以上的文件不再是问题

    例如,`ncftpget`命令用于下载文件,`ncftpput`命令用于上传文件。 总的来说,NCFTP是一个强大且可靠的FTP客户端,特别适合需要处理大文件和对安全性有较高要求的场合。它通过其独特的功能和优化的设计,极大地提升...

    win2003下sql2000自动备份脚本

    5. **FTP传输**:脚本利用`ncftpput.exe`(NcFTP客户端的一部分)将备份文件上传到远程FTP服务器。`ncftp`解决了Windows内置FTP客户端的PORT和PASV模式问题,提供更稳定的文件传输。 6. **日志文件**:备份过程的...

    Linux ncftp命令用法详解

    FTP让用户得以下载存放于服务器主机的文件,也能将文件上传到远端主机放置。 NcFTP是文字模式FTP程序的佼佼者,它具备多样特色, 包括显示传输速率,下载进度,自动续传,标住书签,可通过防火墙和代理服务器等。 当...

    testftp.zip

    9. **Linux命令行**:在Linux环境下,可能会用到`ncftpput`、`ftp`等命令行工具进行手动测试,验证FTP服务的正确配置。 10. **安全**:在实际生产环境中,FTP通常会使用FTPS(FTP over SSL/TLS)或SFTP(SSH File ...

    redhat5.6+weblogic11g集群By-DrMeng切图.doc

    ncftpget 和 ncftpput 是两个常用的 ftp 工具,可以实现后台的 ftp 上传和下载。 十一、自启动 Apache 在使用 nohup 命令时,需要使用自启动 Apache,以便在后台运行 Apache 服务。在使用自启动 Apache 时,需要...

    传送

    此外,还可以使用非交互式的`ncftpget`或`ncftpput`命令进行自动化传输。 2. SCP:SCP使用加密连接,确保了数据在传输过程中的安全性。在Shell中,我们可以使用`scp`命令来复制文件或目录。例如,`scp user@remote_...

    fswebcam_20140113-2_amd64.deb

    fswebcam_20140113-2_amd64.deb fswebcam is a neat and simple webcam app.... The resulting image\\ is saved to a file or sent to stdio where it can be piped to something like ncftpput or scp.

    Linux指令一周通 (技术图书大系).azw3

    1.61 ncftpput指令:上传文件 1.62 od指令:输出文件内容 1.63 paste指令:合并文件的列 1.64 patch指令:修补文件 1.65 rcp指令:远程复制文件或目录 1.66 rhmask指令:产生加密文件 1.67 rm指令:删除文件或目录 ...

    linux 命令大全

    - `ncftpput [主机] [本地文件] [远程文件]`:向远程服务器上传文件。 **1.7 TFTP (Trivial File Transfer Protocol)** - **功能**:简单文件传输协议,主要用于网络设备的固件更新。 - **常用选项**: - `tftp ...

Global site tag (gtag.js) - Google Analytics