[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .netrc for Auto-login FTP session.
- To: "'Linux IL'" <linux-il(at-nospam)cs.huji.ac.il>
- Subject: Re: .netrc for Auto-login FTP session.
- From: Boaz Rymland <boaz(at-nospam)linuxqa.com>
- Date: Thu, 23 Nov 2000 17:34:41 +0200
- Organization: Aduva Inc.
- References: <A50EDC2109EED311845B009027E09AED0F467A@SUPERMAIL>
- Sender: boaz(at-nospam)aduva.com
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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