On Friday, April 5, 2002, at 01:54 , Balint, Jess wrote:

> I know this may be an oddball question, but can I stream data into a file
> over Net::FTP?

interesting idea: given that perldoc Net::FTP
says:


      put ( LOCAL_FILE [, REMOTE_FILE ] )
          Put a file on the remote server. "LOCAL_FILE" may be a
          name or a filehandle.  If "LOCAL_FILE" is a filehandle
          then "REMOTE_FILE" must be specified. If "REMOTE_FILE"
          is not specified then the file will be stored in the
          current directory with the same leafname as
          "LOCAL_FILE".

so why not try it! Let us know.

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to