mv FTP command
Summary
Moves a file or directory to another destination in the server
Description
If you manage the FTP server and wanted to move a file or a directory from a remote directory to another remote directory, use this command.
Command usage
mv <source> <destination>
Examples
mv Linux Systems
: Moves the Linux folder to the Systems foldermv shanghai.png Cities
: Moves the shanghai.png to the Cities folder
Last updated