FTP- help

Hi,Currently am using sun.net.ftp.FtpClient;(sftp.jar) for FTP my remote server. Is there anyother class that i can use to improve my performance. Currently its taking around 15 sec to download 1.5MB file.Appreciate your help!!!RegShan
[270 byte] By [Shankars@linuxa] at [2007-11-26 14:51:33]
# 1
What is the speed of the pipe between the client and server?
sabre150a at 2007-7-8 8:39:45 > top of Java-index,Core,Core APIs...
# 2

Based on the name of your JAR file I think you may be using Secure FTP Factory and not the client class you mentioned.

http://www.jscape.com/sftp/

Performance depends largely on the bandwidth you have. You may also find that ascii transfers are slightly slower than binary transfers due to the conversion needed.

jscapea at 2007-7-8 8:39:45 > top of Java-index,Core,Core APIs...