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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]