On Wed, 4 Aug 2004, Rick Shepherd wrote:
Rick et all -
> I am sure this can be done but I don't know how to approach it. I need
> to tell my Linux server to upload files (.99GB at 15 files) from its
> /var/ftp directory to a remote Windows server. The remote server
> accepts connection via authenticated FTP (port 21 user/pass). If it was
> a Linux server at the destination I would could SCP I guess but I am not
> sure how to pull this off via FTP.
> Yeah, yeah, the rest of you are bored with questions like this - have mercy.
I've had the problem of regularly getting data from a windoze box myself
recently and tried a couple of options:
perl script - no (even though the ftp protocol is pretty simple you'd have
to do some serious coding to implement it.
Also - tried a bidirectional pipe (open2) to/from ftp.
Didn't work right away either)
fetch & bash - no (some wierd thing didn't work so fetch was out as well)
ncftpget & bash do the trick nicely.
And yes, I'd be much more comfy using scp et.al., but the box at the
other end can't or won't do it (nor a tunnel of any kind)
So I'll have to send over the password in the clear on a daily basis :-(
Rainer
_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://lists.rlug.org/mailman/listinfo/rlug