The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-06-2009
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,131
'man ftp' yields the following for the 'get':

Code:
     get remote-file [ local-file ]
           Retrieves the remote-file and store it  on  the  local
           machine.  If  the local file name is not specified, it
           is given the same name it has on the  remote  machine,
           subject to alteration by the current case, ntrans, and
           nmap settings. The current settings  for  "representa-
           tion  type", "file structure", and "transfer mode" are
           used while transferring the file.

E.g.:

Code:
get ORDER.TXT ORDER_20090101.TXT

the same is true for the 'put'.