FTP error on Quit command

529 Views Asked by At

I'm using a ftp library that causes an error sending the quit command. It seems that the character before QUIT is not recognized. I took a look at the code but didn't find anything.

500 '?QUIT': command not understood

Does anyone know what this character can be?

1

There are 1 best solutions below

0
On

You can probably use a network sniffer to monitor the traffic over the FTP port (21) and check what is the actual character (typically in Hex format).