Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: 10049
User272

Posts: 2
Member Since: 02/01/02
posted February 1, 2002 9:24 AM

I am getting error 10049 on my machine (NT Workstation 4.0 SP6)
This is my code

moFTP.Login "www.idealshac.net", "myid", "pwd"
moFTP.Retrieve "/" & sFileName, App.Path & "\FTPFiles\" & sFileName
moFTP.Logout

The Retrieve methos works on some machines and it does not on others. Why??

Even the samples do not work (same error).

I can ftp to the site using my browser or at the command line...

Gil
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted February 1, 2002 9:54 AM


Hi Gil,
Does switching the Passive Property work?
Thanks,
-ken

K M Drake
Dart Tech Support
User272

Posts: 2
Member Since: 02/01/02
posted February 1, 2002 10:53 AM

Thanks
The transfer works fine now
All I did was add the statement:

moFTP.Passive = False

Strange though, that before that it was working on some machines but failing on others.
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX