Re: tranfering in binmode
From: Oliver Schnarchendorf (neuroball_at_usa.net)
Date: 02/25/04
- Next message: Juman: "Re: Perl or Bash error?"
- Previous message: Jas: "Re: File name comparisons?"
- In reply to: John: "tranfering in binmode"
- Next in thread: John: "Re: tranfering in binmode"
- Reply: John: "Re: tranfering in binmode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 Feb 2004 09:06:24 -0800 To: John <isofroni@cc.uoi.gr>
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/
- Next message: Juman: "Re: Perl or Bash error?"
- Previous message: Jas: "Re: File name comparisons?"
- In reply to: John: "tranfering in binmode"
- Next in thread: John: "Re: tranfering in binmode"
- Reply: John: "Re: tranfering in binmode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|