[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .netrc for Auto-login FTP session.



Benji Selano wrote:
> 
> what i'm actually looking for is a way to give the Login and the Password
> Via script or .netrc file.
> (using normal ftp)
> 

So it seems I was in the right direction... :-)  :

ncftpget -u bengi -pfoobar $ftp_server . $image
will fetch the $image (full path) to the current dir' from $ftp_server.

In short, as ncftpget has lots of very useful nice options:
man ncftpget...


Boaz.
-- 
/"\
\ /     ASCII Ribbon Campaign
 x      Against HTML Mail
/ \

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il