FTP-commands-for-KS
Administrative commands
cp: Copies a file to the server
del: You can delete unwanted files from the server
mv: Moves a remote file to another remote directory
put: Send your local file to the server
perm: Sets file permissions. This only works on FTP servers that run on Unix.
Normal user commands
pwdl: Get your current working local directory
pwdr: Get your current working server directory
cdl: Changes your local directory to another directory that exists
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
get: Gets the remote file from the server to your current local working directory
exit: Exits the FTP shell
lsl: Lists the contents of your current working directory, or specified directory
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.
type: Changes the data type (ASCII, Binary)
For more information about every command, see the right pane.
Last updated