|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I realize this forum is for Servlet and JSP and this applet question is a little out of place, but it seemed like the most appropriate place to try.
Can anyone recommend a good applet for transfering files via FTP? I had previously been relying on HTTP uploads but they become very unreliable with files over 1 MB in size. If anyone can point me in the right direction I'd really appreciate it - thanks! -Cliff |
|
#2
|
|||
|
|||
|
Hello,
If you use FTP for upload you will need to provide a username and password on your FTP server for each user. The alternative is to use anonymous FTP but this would place all the uploaded files on a common location instead of each users home dir. Thus you would need to integrate your existing website login mechanism with that of the FTP server and/or applet. There are some commercially available solutions (including our own) that can do this. If you could give a description of your applet i might be able to provide more specific information. all the best
__________________
A lean and mean secure FTP applet with GUI. Just 150 kb in size http://www.radinks.com/sftp |
|
#3
|
|||
|
|||
|
Try FTP Applet available at URL FREE for personal use.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Java Applet for FTP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|