Answers for "move file from one directory to another sftp"

1

move file from one directory to another sftp

Use the sftp command "rename". It works like CUT and PASTE in normal shell.

sftp> rename <old-path> <new-path>
Posted by: Guest on April-27-2020

Code answers related to "move file from one directory to another sftp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language