gitlabEdit

FTP-commands-for-KS

Administrative commands

  1. copy (cp): Copies a file to the server

  2. delete (del): You can delete unwanted files from the server

  3. move (mv): Moves a remote file to another remote directory

  4. rename (ren): Rename the mis-named files into their correct names in the server

  5. upload (put): Send your local file to the server

Normal user commands

  1. currlocaldir (pwdl): Get your current working local directory

  2. currremotedir (pwdr): Get your current working server directory

  3. changelocaldir (cdl): Changes your local directory to another directory that exists

  4. changeremotedir (cdr): Changes your remote directory to another directory that exists in the server

  5. connect: Lets you communicate with the server, and with the credentials if specified

  6. disconnect: When you're finished communicating with the server, use this command to let the server know that you're leaving

  7. download (get): Gets the remote file from the server to your current local working directory

  8. exit: Exits the FTP shell

  9. listlocal (lsl): Lists the contents of your current working directory, or specified directory

  10. listremote (lsr): Lists the contents of your current working server directory, or specified directory

  11. 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