Note: You dont need to use double or single quotes to create/delete/upload/download file or directory with spaces in name. For example, you should use:
dir new dir
insteaddir "new dir"
.
Connect to remote ftp server.
rush example.ftp.com
Upload file or directory to remote ftp server. You can provide relative path as well. Note, that "put" action uploads data to where you are at the moment in the remote server.
put /local/path/to/data
Download file or directory from remote ftp server. You can provide relative path as well. Note, that "take" action downloads data to where you are at the moment in the local server.
take /remote/path/to/data
Change current environment.
jump local
jump remote
Show connection status.
status
Create directory. You can provide relative path as well.
dir /path/to/new/dir
Delete file or directory. You can provide relative path as well.
del /path/to/data
Change directory. You can provide relative path as well.
cd /path/to/dir
Print list of content in current directory.
ls
Print current path.
whereami
pwd
Print your user name.
whoami
Clear terminal.
clear
Print all available commands.
help
h
Terminate program.
exit
x