Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

ccline19

Ftp Quote Command

I am trying to mimic a basic Windows Ftp command I need to send. The command I send is: quote dcxm
How can I do this with Winscp in .NET? I have tried session.ExecuteCommand(@"call quote dcxmboxcreate") but it always return false.