Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Secure FTP File Uploader Applet

Reply
Thread Tools

Secure FTP File Uploader Applet

 
 
Gefster
Guest
Posts: n/a
 
      06-10-2004
I'm currently working on a web site that will be used for transferring
large files. The users my company deals with typically upload files of
around 20-100MB but sometimes up to 700MB or a whole CD image. While a
standard SFTP client would be a good solution these users do not have
administrator right and so cannot install any software.

I thought a good solution to this would be to write an applet that
would use FTP over SSH to securly upload files to our server. I know
that with applets there is a "sandbox" effect with reguards to hard
drive access etc but this problem can be solved by digitally signing
the applet.

Unfortunatly my Java is very rusty so if anyone could give me tips,
source code examples or point me in the right direction that would be
great.

Cheers
 
Reply With Quote
 
 
 
 
Chris Bailey
Guest
Posts: n/a
 
      06-18-2004
Hi,

You can find an applet that does just what you describe at
http://www.unlimitedftp.ca/uftp/webd...cure/index.jsp. If you
just need an API to do SSH in Java, there is a free one available at
http://www.jcraft.com/jsch/ Hope that helps.

Cheers,
Chris Bailey
Unlimi-Tech Software Inc.
http://www.unlimitedftp.ca

(Gefster) wrote in message news:<. com>...
> I'm currently working on a web site that will be used for transferring
> large files. The users my company deals with typically upload files of
> around 20-100MB but sometimes up to 700MB or a whole CD image. While a
> standard SFTP client would be a good solution these users do not have
> administrator right and so cannot install any software.
>
> I thought a good solution to this would be to write an applet that
> would use FTP over SSH to securly upload files to our server. I know
> that with applets there is a "sandbox" effect with reguards to hard
> drive access etc but this problem can be solved by digitally signing
> the applet.
>
> Unfortunatly my Java is very rusty so if anyone could give me tips,
> source code examples or point me in the right direction that would be
> great.
>
> Cheers

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
somebody was asking for large file uploader squirltop Computer Support 1 06-24-2009 02:19 AM
Secure your digital information assets with Secure Auditor. SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:53 AM
Secure your digital information assets with Secure Auditor SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:52 AM
Secure your digital information assets with Secure Auditor and alsoSecure Windows with Secure Auditor alannis.albert@googlemail.com Wireless Networking 0 04-14-2008 06:37 AM
HTML File Uploader Andy ASP .Net 2 12-12-2003 08:41 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57