Webform or html (Code) for FTP on TLS/SSL

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
moh10ly
500 Command not understood
Posts: 1
Joined: 2012-03-24 08:24
First name: Mohammed
Last name: Hamada

Webform or html (Code) for FTP on TLS/SSL

#1 Post by moh10ly » 2012-12-07 09:04

Hello guys,
I would like to create a very basic form on my website that has the file browser on my FTP server, and upload/download option .. i'm using FileZilla server with SSL/TLS option enabled. (port 990).

Some of my clients have FTP restricted at their offices and I like them to access my ftp server using this form to upload or download files.
is there any one who done this before? Any help is so much appreciated.

Thanks
Mo

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Webform or html (Code) for FTP on TLS/SSL

#2 Post by botg » 2012-12-08 08:47

Just don't use PHP for this. You may use PHP for input and output sanitation, but for the core logic, use something else.

User avatar
boco
Contributor
Posts: 26938
Joined: 2006-05-01 03:28
Location: Germany

Re: Webform or html (Code) for FTP on TLS/SSL

#3 Post by boco » 2012-12-08 09:41

Just use a solution like HFS which serves over HTTP.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply