0

I want to navigate an FTP using a jQuery plugin. Does it exist?

Shamoon
  • 41,293
  • 91
  • 306
  • 570
  • 5
    Nope. 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
  • 1
    Related: 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 Answers2

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