rajeshkumar created the topic: FTP commands for Linux / Unix
How to Login – ftp rajesh-servers
Basic Commands
help or ? Displays a list of all FTP commands.
quit Quits the program.
! [command] Executes a shell command from within the FTP program.
Directory Commands
cd [directory] Changes to the specified directory on the remote system.
dir Displays a long listing of files on the remote system.
ls Displays a short listing of the files on the remote system.
lcd Changes the working directory on the local system.
pwd Displays the working directory on the remote system.
File Transfer Commands
get [filename] Downloads a single file from the remote system.
put [filename] Uploads a single file to the remote system.
mget [file…] Downloads multiple files from the remote system.
mput [file…] Uploads multiple files to the remote system.
Miscellaneous
ascii Sets the file type to ASCII text. This is the default.
binary Sets the file type to binary for transferring programs etc.
prompt Toggles yes/no prompts for multiple file transfers.
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024