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: Store Error 11102 FTP tool
PaulKay
pkay@wow-software.com

From: Eden Prairie, MN USA
Posts: 4
Member Since: 03/16/04
posted March 16, 2004 6:21 PM

I am trying to "put" a file. I could not figure out the put method so I tried the store method instead. My pseudo code is:

Ftp1.Timeout = 60000
Ftp1.Type = ftpAscii
Ftp1.Login "www.website.com", "userid", "password"
Ftp1.Directory = "TEMP"
Ftp1.Store str_ZipFileName

I get logged on and I'm able to set the directory but I get the 11102 error when I'm storing the file.
The name of the file exists on my C: drive and it's fully qualified (e.g. C:\XXX\Filename.zip")

I'm able to use the Retrieve methods just fine - just not the Store or Put.

Any ideas ?

I can do everything fine with the command prompt so it's not the web site - it's my code :-)

Thanks.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted March 16, 2004 7:05 PM

The error means that the server aborted for some reason. What that reason is, I can't tell you without trying it myself.

Have you tried the sample listview app yet?
Have you tried changing .Passive from True to false or vice-versa?

If you have tried all these things and are still having trouble, please send the login info to support@dart.com and I'll see what I can find.

Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX