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 Not Working on Access 2000 PC
User543

Posts: 1
Member Since: 09/07/01
posted September 7, 2001 2:43 PM

We use the FTP.Store method in an application. It works fine on PC's that have Access97 installed, but does not work on PC's with Access2000. The FTP connection is made, but the transfer never completed nor does it trigger an OnError event. Has anyone else seen this problem>?
Jeff Cranford



From: Rome, NY USA
Posts: 586
Member Since: 05/30/01
posted September 7, 2001 5:29 PM

Hi,

The following code works fine for me in Access 2000:

Private Sub cmdRun_Click()
On Error GoTo OnError
Ftp1.TimeOut = 15000
Ftp1.Login "www.testserver.com", "user", "pass"
Ftp1.Store "file1.txt"
Ftp1.Logout
Exit Sub
OnError:
text1.SetFocus
text1.Text = Err.Number & ":" & Err.Description
End Sub

If you don't have the latest update
(www.dart.com/downloads/update.exe) be sure to get it and try again. If this doesn't help, repost with more info. For example. Does the transfer begin at all? Does the app crash? Did you try to do a trace? If so, what does it say? Also, include a small code snippet of what doesn't work.

Hope this helps!

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