User: wacker - 9/6/2009 10:33:47 PM
I'm having the exact same problem with AutoIT which is VB based. I can upload to all other FTP sites just not to DriveHQ.
Can any1 point us in the right direction?
I got my program to work by setting the FTP session to PASSIVE mode.
Not to sure how u connect to FTP in C++ but I'm using AutoIT which uses the wininet.dll
$Connection = _FTP_Connect($SessionRef, $Host, $Username, $Password, $Flag)
For the 'flag' I changed it to the value of 1 for passive mode.
Everything is working just fine now :-) Yay
Hope this will help!
Good luck!