Link to home
Start Free TrialLog in
Avatar of 2_under_par
2_under_parFlag for United States of America

asked on

SFTP file upload/download on wordpress site

I'm going to be creating a client portal using WordPress.  I'd like for our clients to be able to download/upload files securely without an FTP client.  I saw this post, but its over 2 years old...

https://www.experts-exchange.com/questions/25097511/Conect-SFTP-via-web.html

Java's security issues seem to render the above option outdated, or am I wrong???  What's the best way to set this up using SFTP?
Avatar of Rahul Gade
Rahul Gade
Flag of India image

There is no standard to upload file from SFTP without client, but you can use Java applet to remove the need of explicit installation for SFTP client.
If you are ready to buy : http://www.jscape.com/products/file-transfer-clients/anyclient-enterprise
in case planning to develop : http://www.jcraft.com/jsch/
SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 2_under_par

ASKER

Does that WordPress plugin transfer files "securely"?  I will be dealing with sensitive information and need an alternative to SFTP.  

Otherwise, I may have to go the developer route and investigate the java applet...
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial