Page 1 of 1

Embedding filezilla in website

Posted: 2017-06-20 21:12
by SourceCode
Hi
I would like to embed ftp server in my website that will allow users to upload .mp4 files to a raspberry pi running raspbian. (linux).
I wrote a system in linux raspbian to work as a media player. The media files need to be uploaded via FTP but I would like to allow registered users to do this via my website. I currently upload the files manually for my users but would like to streamline the process with user access.

Is this possible with FileZilla

Re: Embedding filezilla in website

Posted: 2017-06-20 21:46
by boco
No, FileZilla can only run standalone.

You'd need software written in a web language (PHP, Ruby, JS and the like). Avoid Flash and Java at all cost.

Re: Embedding filezilla in website

Posted: 2017-06-21 09:44
by SourceCode
ok cool...Thank you for the feedback...