----- Original Message -----
From: Greg Wardawy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 6:57 AM
Subject: Net::FTP in the freestanding executable


Hello all,
Net::FTP works fine with my script but nothing is transferred if I use a
freestanding exe built using PerlApp. No errors, nothing transferred,
timeout. I'm just getting
this in STDOUT:
Net::FTP: Net::FTP(2.56)
Net::FTP:   Exporter(5.562)
Net::FTP:   Net::Cmd(2.18)
Net::FTP:   IO::Socket::INET(1.25)
Net::FTP:     IO::Socket(1.26)
Net::FTP:       IO::Handle(1.21)

Net::FTP=GLOB(0xe169a0)<<< 220 hpserver FTP server (Version 1.7.212.2 Tue
Apr 21
 12:14:46 GMT 1998) ready.
Net::FTP=GLOB(0xe169a0)>>> user wardawyg
Net::FTP=GLOB(0xe169a0)<<< 331 Password required for wardawyg.
Net::FTP=GLOB(0xe169a0)>>> PASS ....
Net::FTP=GLOB(0xe169a0)<<< 230 User wardawyg logged in.
Net::FTP=GLOB(0xe169a0)>>> TYPE A
Net::FTP=GLOB(0xe169a0)<<< 200 Type set to A.
Net::FTP=GLOB(0xe169a0)>>> CWD /elite/bin/
Net::FTP=GLOB(0xe169a0)<<< 250 CWD command successful.
Net::FTP=GLOB(0xe169a0)>>> PORT 132,1,1,9,5,146
Net::FTP=GLOB(0xe169a0)<<< 200 PORT command successful.
Net::FTP=GLOB(0xe169a0)>>> RETR ucc128.txt
Net::FTP=GLOB(0xe169a0)<<< 150 Opening ASCII mode data connection for
ucc128.txt
 (389240 bytes).
Net::FTP=GLOB(0xe169a0)>>> QUIT

What am I missing here?
TIA
Greg

Could it be that this is working - but that you are simply not looking for
'ucc 128.txt' in the right place on your box ?
Otherwise we're both missing the same thing :-)

Cheers,
Rob



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to