vb_programmer Freshman
Joined: 03 Jan 2004 Posts: 31
|
Posted: May 8th, 2006 02:57 AM Post subject: Help needed for WinSock based FTP program ... |
|
|
Hello to all Forum Members!
Currently I'm facing one very serious problem with my FTP program. I'm using the same vbIP's FTP Client Library (www.vbip.com) in that code which is purely WinSock based Lib. The problem is that it works great on all of my PCs; but does not fetch Server Directory Structure on my client's system. The errors which he is getting at his place are the errors which are generated by vbIP's Lib when either the system is working offline or anyhow if the connection with FTP is not established.
I asked my client regarding the way he gets connected to Inernet. His reply is as follows ..
=======================================================================
Satellite - high speed broadband, goes through a router after the modem so I can run 1 laptop and two desktops off the same modem - Is it a direct-to-PC connection?
=======================================================================
Unfortunately I don't have this setup; but I was wondering if the way you get connected to Internet will really affect the FTP functionality. Moreover, he uses WS_FTP application and that works smooth on his PC. I observed if there is any special setting in WS_FTP regarding FTP connection but couldn't find any which may give me some clue to improve my application's FTP code!
I'm totally blocked and not finding any solution or hint regarding this issue. Please guide me how to proceed and what can be the problem? If you have any FTP solution which has worked in such environment (Visual Basic Code or DLL/OCX developed in any language and freely usable in Visual Basic 6.0), then please let me know. Please help me in this ... friends, I'm totally dependent on you all as I really have consumed all of my options & alternatives.
Eagerly waiting for your valuable reply ...
Thanks & Regards,
Ruturaj.
*PS. I was testing vbIP's FTP Tutorial 3 on his environment and that failed! I tried Chilkat FTP component and that failed! I wrote my INET API based FTP code and that failed as well! I tested other Code Libs available on Planet Source Code and none of them worked! Error is the same ... no FTP connection established, sending FTP command to server failed! I'm just not finding any solution on this at all and completely depending on you all! |
|