Yes there is. You have to understand a little about the URL it is expecting.
ftp://username :
[email protected]/full/path/to/file/filename;type=x
type for getInputStream can be 'd' for directory listing, 'a' for Ascii down load and 'i' for Binary download.
type for getOuputStream can be 'a' for ascii upload and 'i' for binary upload.
So, to put a text file you can use code similar to the following
------------------
Hope This Helps
Carl Trusiak, SCJP2 [This message has been edited by Carl Trusiak (edited June 23, 2001).]
[This message has been edited by Carl Trusiak (edited June 23, 2001).]