The Open Source Swiss Army Knife

/unix/commandline/
/unix/commandline/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /unix   /commandline 
Permalink: ftp.htm
Title: add
article options : please login   |  print view

  1. ftp: the original
  2. ncftp
  3. mc: the preferred choice

ftp

how to do a recursive copy
! command ags
executes on the local machine, as in !pwd
append local-file [remote-file]
dir [remote-directory] [local-file]
mget
gets a fileglob pattern of files
.netrc
permissions must be 0600 if passwords are contained therein
machine push.com login pusher password secret
thereafter, do not need type password and logon information

ncftp

try number one
[e@www ken]$ ncftp www.horsegazette.com
NcFTP 3.1.3 (Mar 27, 2002) by Mike Gleason (ncftp@ncftp.com).
Connecting to www.horsegazette.com(207.235.90.9)...
raven.satexas.com FTP server (Version wu-2.6.2-5) ready.
Can't set guest privileges.
qleeping 20 seconds...

lftp

/usr/local/bin/lftp -f /root/dfscript does a recursive ftp get

mc: the preferred choice

do ftp link
the connect string will be user@ftp.com
enter password when so prompted

Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top