FTP is not HTTP, are different protocols, work with different tools, have different purposes.
There is no HTTP code 220, what exists in the range of 200 are:
- 200 OK
- 201 Created
- 202 Accepted
- 203 Non-authoritative Information (Since HTTP/1.1)
- 204 No Content
- 205 Reset Content
- 206 Partial Content (RFC 7233)
- 207 Multi-status (Webdav; RFC 4918)
- 208 Already Reported (Webdav; RFC 5842)
- 226 IM Used (RFC 3229)
The code specifically 220 is FTP, follows the description:
Service ready for new user.
Translation: Service ready for new user
This indicates that the server is ready for a user to connect and therefore receives such code, as the link http://www.serv-u.com/kb/1509/220-FTP-Reply-Code
When using the command REIN
(command that restarts) that terminates the current user, the protocol can send the code 220, this command
REINITIALIZE (REIN)
This command Terminates a USER, Flushing all I/O and Account
information, except to allow any transfer in Progress to be completed.
All Parameters are reset to the default Settings and the control
Connection is left open. This is identical to the state in which a
user finds himself immediately after the control Connection is opened.
A USER command may be expected to follow.
https://tools.ietf.org/html/rfc959
Searching high above, I found the following: 220 - Service ready for new user. In the hosting service in question there is nothing specific to this case?
– Tuxpilgrim
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
– user60252
@Tuxpilgrim thanks, if you have not found
– Costamilam
@Leocaracciolo on wikipedia has the 220? I did not find, nor in the unofficial
– Costamilam
@Isac, if that’s what you want to know, the site is hosted on Ocaweb
– Costamilam
What I said I found in wikipedia, but when it came to ftp errors, I was curious about your case :p
– Tuxpilgrim
@Tuxpilgrim thanks for the link, if you know anything else you can try a more complete answer
– Costamilam
Which FTP client you are using?
– Sam
@sam use the filezila
– Costamilam
A very important comment: FTP is different from HTTP. They are different protocols and have different return codes.
– Woss
Do you want to know FTP or HTTP? In the title and tags speak HTTP and FTP text, which are different things
– Sam
Dear William, regardless of which answer you agreed to make this type of issue after answered mischaracterizes answers already given, please avoid this kind of situation
– Guilherme Nascimento