FTP: Text Commands |
Server Training - FTP Server |
Understanding some basic FTP commands will be useful as you will probably get stuck in a command line necessity at some point.
ftp [options] host FTP is an interactive connection so once you login in you can issue commands to place files on the server or retrieve files from the server. Once you are logged in you will be at a prompt. get file_name this will retrieve the file named to the local directory you are in mget files_names this command will retrieve multiple files at one time put file_name this will transfer the a local file to the server mput file_names this will transfer multiple files to the server at one time pwd present working directory quit stop the FTP session
You can see all of the options by using the "?" once you are connected. ftp> ? Once you have a list of options you can use the ? followed by the command you need more information on to get a brief summary of the command as you see here.
ftp> ? mget
Copyright CyberMontana Inc. and BeginLinux.com
All rights reserved. Cannot be reproduced without written permission. Box 1262 Trout Creek, MT 59874
|