Hi, Benji!
On Thu, Nov 23, 2000 at 05:26:01PM +0200, you wrote the following:
> what i'm actually looking for is a way to give the Login and the Password
> Via script or .netrc file.
> (using normal ftp)
Quite easy:
ftp -n hostname <<END
quote user myself
quote pass secret
get filename
quit
END
--
Alex Shnitman | http://www.debian.org
[EMAIL PROTECTED], [EMAIL PROTECTED] +-----------------------
http://alexsh.hectic.net UIN 188956 PGP key on web page
E1 F2 7B 6C A0 31 80 28 63 B8 02 BA 65 C7 8B BA
"Xenix is the pinnacle of modern UNIX design, and will be used for
many years to come."
-- Xenix OS API manual
=================================================================
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]