I want to navigate an FTP using a jQuery plugin. Does it exist?
Asked
Active
Viewed 8,025 times
0
-
5Nope. You'll need a serverside backend to make it work, if at all. jQuery may look nice, but it is nothing more than JavaScript and Voodoo. – Blender Apr 25 '11 at 01:48
-
1Related: http://stackoverflow.com/questions/3212150/js-ftp-web-directory-filelist – Orbling Apr 25 '11 at 01:52
-
JavaScript does not handle FTP, if you need FTP client side in the browser, you probably need to write some Java. – Orbling Apr 25 '11 at 01:53
2 Answers
6
You might check out:
http://www.solitude.dk/filethingie/
http://www.gleamtech.com/products/filevista/web-file-manager
Another example (not sure it meets your requirements):
And:

Jared Farrish
- 48,585
- 17
- 95
- 104
0
There is no jquery plugin to do this, but if you can use php there is a good solution, I tested it and it was great: http://www.phpclasses.org/package/5045-PHP-Manage-files-and-directories-in-an-FTP-server.html

Abdelali AHBIB
- 602
- 1
- 7
- 18