quote command on server - WeOnlyDo Discussion board

quote command on server (General questions)

by RockSolid Dev, Friday, February 04, 2005, 22:24 (7029 days ago)

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

by wodSupport, Saturday, February 05, 2005, 11:02 (7028 days ago) @ RockSolid Dev

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.