in reply to Re: NET::FTP put()/append() error handling
in thread NET::FTP put()/append() error handling

since this file is a binary file, should i use binmode(FILEHANDLE)?
  • Comment on Re^2: NET::FTP put()/append() error handling

Replies are listed 'Best First'.
Re^3: NET::FTP put()/append() error handling
by pc88mxer (Vicar) on Jul 02, 2008 at 13:43 UTC
    It wouldn't hurt, especially if you are on a Windows system. Net::FTP uses read() to read from the local file during a put.
      I am on Windows but the files can be on linux file system mapped on my Windows...