Re: Intermittent (General questions)
Doug,
You can try to use PasvPort Property in your code before Connect Method. PasvPort Property determines outgoing port that will be used with passive data connection.
If 990 is used for your FTPS server you can try with port value 0 and 989. If 21 is used you can try 20 or 0. Of course you can try with some other port that will be open on their firewall.
More help for PasvPort Propert you can find here:
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~PasvPort.html
If your problem persist you can send us debug file to techsupport@weonlydo.com when error occur.
Here is example how to add DebugFile to your code:
[code]dlx1.DebugFile = c:\debug.txt
dlx1.Connect[/code]
Drazen
Complete thread:
- Intermittent SSL protocol error using FTPSImpl - Douglas Handy, 2009-10-07, 17:10
- Re: Intermittent - wodDamir, 2009-10-07, 17:21
- Re: Intermittent - Douglas Handy, 2009-10-07, 17:35
- Re: Intermittent - wodDamir, 2009-10-07, 18:00
- Re: Intermittent - Douglas Handy, 2009-10-07, 18:49
- Re: Intermittent - wodDamir, 2009-10-07, 19:09
- Re: Intermittent - Douglas Handy, 2009-10-07, 19:14
- Re: Intermittent - Douglas Handy, 2009-10-14, 20:37
- Re: Intermittent - woddrazen, 2009-10-14, 22:40
- Re: Intermittent - Douglas Handy, 2009-10-14, 22:56
- Re: Intermittent - woddrazen, 2009-10-15, 00:02
- Re: Intermittent - Douglas Handy, 2009-10-15, 00:19
- Re: Intermittent - woddrazen, 2009-10-15, 09:19
- Re: Intermittent - Douglas Handy, 2009-10-15, 00:19
- Re: Intermittent - woddrazen, 2009-10-15, 00:02
- Re: Intermittent - Douglas Handy, 2009-10-14, 22:56
- Re: Intermittent - woddrazen, 2009-10-14, 22:40
- Re: Intermittent - Douglas Handy, 2009-10-14, 20:37
- Re: Intermittent - Douglas Handy, 2009-10-07, 19:14
- Re: Intermittent - wodDamir, 2009-10-07, 19:09
- Re: Intermittent - Douglas Handy, 2009-10-07, 18:49
- Re: Intermittent - wodDamir, 2009-10-07, 18:00
- Re: Intermittent - Douglas Handy, 2009-10-07, 17:35
- Re: Intermittent - wodDamir, 2009-10-07, 17:21