Re: MVS Fixed Records (General questions)
Hi Craig,
I'm not exactly sure what you want to accomplish but if you want to send some command to FTP Server to enable something than you can use wodFtpDLX RawSend Method.
Here is Example:
[code]
Ftp1.RawSend( SOME COMMAND & VbCrLf)
[/code]
More help for RawSend Method you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~RawSend.html
Let us know how it goes.
Regards,
Drazen
Complete thread:
- MVS Fixed Records - cvmbor, 2007-05-23, 23:42
- Re: MVS Fixed Records - woddrazen, 2007-05-23, 23:51
- Re: MVS Fixed Records - cvmbor, 2007-05-24, 14:48
- Re: MVS Fixed Records - wodDamir, 2007-05-24, 16:09
- Re: MVS Fixed Records - cvmbor, 2007-05-25, 04:40
- Re: MVS Fixed Records - wodDamir, 2007-05-25, 16:35
- Re: MVS Fixed Records - cvmbor, 2007-05-26, 05:29
- Re: MVS Fixed Records - wodDamir, 2007-05-26, 16:35
- Re: MVS Fixed Records - cvmbor, 2007-05-26, 05:29
- Re: MVS Fixed Records - wodDamir, 2007-05-25, 16:35
- Re: MVS Fixed Records - cvmbor, 2007-05-25, 04:40
- Re: MVS Fixed Records - wodDamir, 2007-05-24, 16:09
- Re: MVS Fixed Records - cvmbor, 2007-05-24, 14:48
- Re: MVS Fixed Records - woddrazen, 2007-05-23, 23:51