how to acces ftp via http?

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Fenrir
500 Command not understood
Posts: 1
Joined: 2019-08-23 19:56
First name: pan
Last name: pawel

how to acces ftp via http?

#1 Post by Fenrir » 2019-08-23 20:06

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.

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

Re: how to acces ftp via http?

#2 Post by boco » 2019-08-23 20:26

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.
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