On Wed, 25 Feb 2004 18:52:28 +0200, John wrote: > I want to transfer a document from a win32 to unix system via > Net::FTP but the operation fails (file is not sent properly) > > i have set up the VsFTPD on a linux system. > > Do you know what caused the failure? No idea whatsoever... yet I could guess. But I won't.
Give the following a try: $ftp = Net::FTP->new("some.host.name", Debug => 1); This should give a decent way to find out where things go avry. /oliver/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>