The most common FTP commands
The most common FTP commnads
Below, there is a list of the most commont FTP commands.
- ascii or asc - set ascii transfer mode;
- binary or bin - set binary transfer mode;
- cd - change current server directory;
- close - close FTP session;
- delete - remove a file;
- dir or ls - show the current directory content;
- get ore recv - download a file from a server;
- help or ? - list all commands;
- lcd - change current local directory;
- mget - download many files from a server;
- mput - uploadt many files to a server;
- open - open a connection with a server;
- put or send - upload a file to a server;
- pwd - show the current server directory;
- status - show the status of all operations;
- user - logowanie użytkownika
Tags:


