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"