----- Original Message -----
From: Peter Rabbitson <[EMAIL PROTECTED]>
Date: Thursday, April 21, 2005 10:42 am
Subject: Feed Net::FTP an in-memory file

> Hello everyone, 
> 
> Very simple: I need to generate a file and upload it to ftp. 
> Currently I am 
> wrapping the file together, writing it out to a temp file on disk, 
> calling $ftp->put($tmp_file) on it, and unlinking it. Is there a 
> way to skip 
> the write to disk? The put() method seems to expect a path only, 
> rather than 
> a filehandle....
One thing you can try is File::System::Real module. I have personaly never used 
it, but it sounds promising.
HTH,
Mark G.


> 
> Thanks 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to