ftp on the fly
ftp on the fly
- Subject: ftp on the fly
- From: Timmy <email@hidden>
- Date: Fri, 6 Apr 2007 08:26:45 -0700
WO'ers:
I want to create a file in memory and upload the file via FTP to a
remote server. I've been working with WO for a while but I'm very
green with regard to the larger java world. I'm pretty much a newbie
to java.io and the FTP libraries and classes I've seen seem to all be
expecting a String argument representing the local path to a file.
Is this process best handled by writing the file out to a temp
directory first and then ftp the file from that path? Are there
specific FTP libraries that are recommended? Since my needs are simple
and unidirectional I was considering just going with
sun.net.ftp.FtpClient.
Tim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden