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 - partial files transferred
rdeil

From: Toronto, ON Canada
Posts: 5
Member Since: 03/31/04
posted March 31, 2004 4:55 PM

I'm using the FTP tool and I'm having problems with Store. It intermittently transfers partial files and doesn't raise an error. I'm transferring from W2K to an Open VMS system. This
is an example of a log I generate using the Progress event. The resulting file was only about 65k instead of 300k. Any ideas?

200 PORT command successful.
150 Opening ASCII mode data connection for test.tmp.
8192 of 357500 bytes transferred.
12288 of 357500 bytes transferred.
16384 of 357500 bytes transferred.
20480 of 357500 bytes transferred.
24576 of 357500 bytes transferred.
28672 of 357500 bytes transferred.
32768 of 357500 bytes transferred.
36864 of 357500 bytes transferred.
40960 of 357500 bytes transferred.
45056 of 357500 bytes transferred.
49152 of 357500 bytes transferred.
53248 of 357500 bytes transferred.
57344 of 357500 bytes transferred.
61440 of 357500 bytes transferred.
65536 of 357500 bytes transferred.
226 Transfer complete.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted March 31, 2004 5:08 PM

I need to know the exact steps that I have to take to duplicate this. If it is dependent on a certain server, I'll need a test account as well. If you'd rather not post the info here, please send it to support@dart.com
rdeil

From: Toronto, ON Canada
Posts: 5
Member Since: 03/31/04
posted April 1, 2004 9:37 AM

This is part of the code where this occurs. This is within a COM object (no user interface) and we are running several instances at the same time. I'll look into getting a test account.

    oFTP.Store sFileRemoteTmp, sFileLocal
    If Err.Number <> 0 Then
      sSuccessText = "Store file failure (" & sFileRemoteTmp & "): " & Err.Description
      Err.Clear
      GoTo LogHandler
    End If

Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted April 1, 2004 9:45 AM

Thanks. I'll need a visual way to duplicate it. I suggest trying our sample Listview app to see if it has the same problem.
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX