Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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>
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #move #file #directory #sftp
ADD COMMENT
Topic
Name
4+8 =