quote command on server (General questions)
I have build an app to use the quote command. It works fine in DOS FTP, however, when i use wodftpdlx, i get the following reply from the Server: 500 'quote lzdc on': command not understood.
I'm using the following Method:
Ftp1.RawSend quote lzdc on
Ftp1.RawSend vbCrLf
Re: quote command on server
Hi.
Don't sent QUOTE command, only LZDC ON, since QUOTE is actually client-side command from command-prompt FTP client. That should do the trick.