The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: FTP scripting
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-10-2007
bobbygsk bobbygsk is offline
Registered User
 

Join Date: Oct 2007
Posts: 87
ftp with "-i" options disables interactive mode.

man ftp. Find out -i option

ftp -i <servername>
Reply With Quote