get file1.txt file2.txt
仅下载file1.txt
,不会有任何投诉。它不会重命名文件。日志中没有任何内容可以确认第二个参数。怎么了?
SFTP版本:sftp: Tectia Client 6.3.11 on x86_64-unknown-linux-gnu
答案 0 :(得分:1)
您使用的语法可以与OpenSSH sftp
(以及其他SFTP客户端,例如WinSCP)一起使用。
但是Tectia sftpg3
documentation并不表示它支持get
命令的“目标”文件名参数(也无其他方法来重命名下载的文件):
获取[-p,--preserve-attributes] [-u,--unlink-source] [-I,--interactive] [--overwrite] [--checksum] [-W,--whole-文件] [--checkpoint] [--streaming] [--force-小写] [--prefix] [--statistics] [--summary-display] [--summary-format] [--progress-显示] [--progress-line-format] [--progress-line-interval] [--max-depth =] 文件...
尽管如此,它具有sget
命令可以执行您想要的操作:
获取[选项...] srcfile [dstfile]