FTP-commands-for-KS
Administrative commands
copy (cp): Copies a file to the server
delete (del): You can delete unwanted files from the server
move (mv): Moves a remote file to another remote directory
rename (ren): Rename the mis-named files into their correct names in the server
upload (put): Send your local file to the server
Normal user commands
currlocaldir (pwdl): Get your current working local directory
currremotedir (pwdr): Get your current working server directory
changelocaldir (cdl): Changes your local directory to another directory that exists
changeremotedir (cdr): Changes your remote directory to another directory that exists in the server
connect: Lets you communicate with the server, and with the credentials if specified
disconnect: When you're finished communicating with the server, use this command to let the server know that you're leaving
download (get): Gets the remote file from the server to your current local working directory
exit: Exits the FTP shell
listlocal (lsl): Lists the contents of your current working directory, or specified directory
listremote (lsr): Lists the contents of your current working server directory, or specified directory
quickconnect: Use the speed dial to quickly connect to any FTP server. Automatically filled when connecting to a server for the first time.
For more information about every command, see the right pane.
Last updated