Page 1 of 1

how to acces ftp via http?

Posted: 2019-08-23 20:06
by Fenrir
I need to get acces to my ftp server via http. (i mean http://localhost not ftp://localhost). i added port 80 to list but it didnt work. i dont know what to do now.
logs:

Code: Select all

(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> Connected on port 80, sending welcome message...
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> GET /favicon.ico HTTP/1.1
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> Host: 127.0.0.1
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> Accept: image/webp,*/*
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> Accept-Language: pl,en-US;q=0.7,en;q=0.3
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> Accept-Encoding: gzip, deflate
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> Connection: keep-alive
(000050)2019-08-23 21:50:31 - (not logged in) (127.0.0.1)> 500 Syntax error, command unrecognized.
(000050)2019-08-23 21:51:31 - (not logged in) (127.0.0.1)> 421 Login time exceeded. Closing control connection.

Re: how to acces ftp via http?

Posted: 2019-08-23 20:26
by boco
That's simply impossible, FileZilla Server is an FTP server and cannot speak HTTP.

For HTTP, you would need to additionally install a web server like Apache or nginx.