quote command (General questions)
by Ted, Tuesday, March 07, 2006, 00:08 (6836 days ago)
Hi,
I am using FtpDLX build 1.0.3.7. I would like to know what is the quote equivalent function in this control. I saw in your forum someone has refered to RawSend function how do I expose it?
Thanks.
Ted
Re: quote command
by wodSupport, Tuesday, March 07, 2006, 00:10 (6836 days ago) @ Ted
Ted,
correct. Use it
Ftp1.RawSend( SOME COMMAND & VbCrLf)
and then wait for FTPReply event to trigger as end of command.
Hope it helps.
Kreso
Re: quote command
by Ted, Tuesday, March 07, 2006, 00:14 (6836 days ago) @ wodSupport
Ted,
correct. Use it
Ftp1.RawSend( SOME COMMAND & VbCrLf)
and then wait for FTPReply event to trigger as end of command.
Hope it helps.
Kreso
Thanks for the quick reply Kreso. My problem is how to expose this function i.e. I have declared:
Dim oFtp As New FtpDLX
oFtp does not expose RawSend.
Any help would be appreciated.
Ted
Re: quote command
by wodSupport, Tuesday, March 07, 2006, 00:37 (6836 days ago) @ Ted
Ted,
you can not initialize wodFtpDLX from the code. It will not work.
You should use wodFtpDLXCom instead (reference the DLL, not the OCX) in which case RawSend will be there.
Can you try that?
Kreso
Re: quote command
by Ted, Tuesday, March 07, 2006, 23:21 (6835 days ago) @ wodSupport
Ted,
you can not initialize wodFtpDLX from the code. It will not work.
You should use wodFtpDLXCom instead (reference the DLL, not the OCX) in which case RawSend will be there.
Can you try that?
Kreso
We have purchased the wodFtpDLX.NET version. There is only the WeOnlyDo.Client.FTP.dll in the package to reference.
Incidently, we do not see any reference to RawSend in your included help documentation. Is this function not supported in .NET?
NOTE: at the time of purchase we were offered the beta version at a reduced price. Order number is: 11180921/Plimus
Ted
Re: quote command
by wodSupport, Tuesday, March 07, 2006, 23:33 (6835 days ago) @ Ted
Ah, this is completely different product.
Adding RawSend to wodFtpDLX.NET is not a problem at all, please send email to techsupport@weonlydo.com so we have it on 'todo' list and we'll add it in few days.
Kreso