Can Anyone Suggest A Good Open Source PHP and Java FTP Client Script

by 3 replies
4
I'm working on a hosting membership site where everything is automated. I need a good FTP client script that can be configured on the fly. They won't be know their username or password. Just want it to click link and opens FTP client logged into their hosting account. I've been trying to find one that works and is easy for the end user to use. I don't want to have to keep dealing with help desk issues about how do I get the files from my harddrive to the server. I guess I'm spoiled using programs like CoreFTP. Something like that is what I'm looking for.

Thanks

Martin
#programming #client #ftp #good #java #open #php #script #source #suggest
  • it sounds like you want a file manager run from html, not ftp.

    search for html file managers (upload / download files via html).
    • [1] reply
    • This one looks like it might work:

      phpwebftp.com/
  • Thanks guys. I think I'm going to try net2ftp and see how it works. Let you know what I find out.

    Martin

Next Topics on Trending Feed

  • 4

    I'm working on a hosting membership site where everything is automated. I need a good FTP client script that can be configured on the fly. They won't be know their username or password. Just want it to click link and opens FTP client logged into their hosting account. I've been trying to find one that works and is easy for the end user to use. I don't want to have to keep dealing with help desk issues about how do I get the files from my harddrive to the server. I guess I'm spoiled using programs like CoreFTP. Something like that is what I'm looking for. Thanks