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 -->
  #1 (permalink)  
Old 11-19-2008
wellington_grey wellington_grey is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 1
Uploading a Directory via FTP in the Command Line

Hello,

Is there a way to upload a directory via ftp in the command line in a single line? I'd be looking for something like this:

ftp -username me -password 12345 /Users/me/mywebsitefolder /publichtml/

But I can't figure out the proper syntax.

Thank you for any help.

-Grey