Embeded Filezilla Ftp online client on a web page

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
sanjananb
500 Command not understood
Posts: 1
Joined: 2012-12-26 08:24
First name: nuwan
Last name: chamara

Embeded Filezilla Ftp online client on a web page

#1 Post by sanjananb » 2012-12-26 08:28

i want to start online FTP service like net2ftp.com.
and i want to host my online FTP system via http://example.lk/filezilla like directory or in a subdomain like http://filezill.example.lk
Is this possible to do??do i need extra programmers or plugins???
i am really grateful if you guys can give me an advice of starting online ftp service..

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

Re: Embeded Filezilla Ftp online client on a web page

#2 Post by boco » 2012-12-26 08:45

Not possible with FileZilla. You'd need an FTP client written in a web language like PHP, Perl, JS or Java (there are more) that integrates into your site.
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

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

Re: Embeded Filezilla Ftp online client on a web page

#3 Post by botg » 2012-12-26 10:40

From personal experience creating https://ftptest.net//: Don't bother with PHP, it has horrible network functionality. I've opted for a backend written in C.

mineboy12
500 Command not understood
Posts: 1
Joined: 2012-12-30 17:40
First name: Vincent
Last name: Adler

Re: Embeded Filezilla Ftp online client on a web page

#4 Post by mineboy12 » 2012-12-30 17:45

boco wrote:Not possible with FileZilla. You'd need an FTP client written in a web language like PHP, Perl, JS or Java (there are more) that integrates into your site.
I second that but I think it won't be hard to code FTP client in PHP, go ahead give it a try.
<Advertisement is not allowed in these forums>

Post Reply