Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有使用“sftp”将远程服务器上的远程文件移动到另一个目录(在同一远程服务器上)的单线器?
因为sftp它是rename。如果您要求 sftp 调用,使用 bash 它类似于
sftp
rename
sftp -b - host <<<"rename a/file b/file"