sparkweb
First, I'd like to say that I really love the fact that the new version uses the transfer queue exclusively. That's really nice!
I ran into something today, though, that was pretty distressing. Sometimes the files I upload are being corrupted. Here's an example:
[codebox] 'Do the final writes outside of the Recordset
'Write the last content line
Grid.SideClass = arrInterpreterSideClass(CurrentLineIndex)
Grid.FirstText = arrInterpreterFirstText(CurrentLineIndex)
Grid.LastText = arrInterpreterLastText(CurrentLineIndex)
Grid.WriteThisLine
'Write any blank lines (at the end)
For k = CurrentLineIndex + 1 to uBound(arrInterpreterID) - 2
Grid.SideClass = arrInterpreterSideClass(k)
Grid.FirstText = arrInterpreterFirstText(k)
Grid.LastText = arrInterpreterLastText(k)
Grid.WriteThisLine
Next
'Render The Whole Grid
Grid.CompileGrid
Set Grid = Nothing
End Sub
%>he Whole Grid
Grid.CompileGrid
Set Grid = Nothing
End Sub
%>x)
Grid.LastText = arrInterpreterLastText(CurrentLineIndex)
Grid.WriteThisLine
'Write any blank lines (at the end)
For k = CurrentLineIndex + 1 to uBound(arrInterpreterID) - 2
Grid.SideClass = arrInterpreterSideClass(k)
Grid.FirstText = arrInterpreterFirstText(k)
Grid.LastText = arrInterpreterLastText(k)
Grid.WriteThisLine
Next
'Render The Whole Grid
Grid.CompileGrid
Set Grid = Nothing
End Sub
%>[/codebox]
It's taking the last 401 characters of the file and repeating them on the end of the file. The first "End Sub %>" should be the end. I uploaded to the latest version of the software and am still having the intermittement problem. Any ideas?
[codebox]+- System -----------------------------
Microsoft Windows Vista Business Edition
(Build 6000)
CPU Speed : 2613 MHz
Total Memory : 2045 MB
Free Memory : 946 MB
+- SmartFTP ---------------------------
Version : 3.0.1014.7
Time Stamp : 2008-04-28 13:51:03
Platform : x86
Id : 400021946
Days in use : 273
+- Application DLL --------------------
sfFTPLib.dll : 1.5.13.14
sfFavorites.dll : 1.0.10.7
sfFavoritesShellExtension.dll : 1.0.1.9
sfTransferQueue.dll : 1.0.7.7
sfFTPShellExtension.dll : 1.0.5.7
+- Language ---------------------------
SmartFTP.exe : 3.0.1014.7
+- Internet Explorer ------------------
Version : 7.0.6000.16643
+- Winsock ----------------------------
Winsock : 2.2[/codebox]
I ran into something today, though, that was pretty distressing. Sometimes the files I upload are being corrupted. Here's an example:
[codebox] 'Do the final writes outside of the Recordset
'Write the last content line
Grid.SideClass = arrInterpreterSideClass(CurrentLineIndex)
Grid.FirstText = arrInterpreterFirstText(CurrentLineIndex)
Grid.LastText = arrInterpreterLastText(CurrentLineIndex)
Grid.WriteThisLine
'Write any blank lines (at the end)
For k = CurrentLineIndex + 1 to uBound(arrInterpreterID) - 2
Grid.SideClass = arrInterpreterSideClass(k)
Grid.FirstText = arrInterpreterFirstText(k)
Grid.LastText = arrInterpreterLastText(k)
Grid.WriteThisLine
Next
'Render The Whole Grid
Grid.CompileGrid
Set Grid = Nothing
End Sub
%>he Whole Grid
Grid.CompileGrid
Set Grid = Nothing
End Sub
%>x)
Grid.LastText = arrInterpreterLastText(CurrentLineIndex)
Grid.WriteThisLine
'Write any blank lines (at the end)
For k = CurrentLineIndex + 1 to uBound(arrInterpreterID) - 2
Grid.SideClass = arrInterpreterSideClass(k)
Grid.FirstText = arrInterpreterFirstText(k)
Grid.LastText = arrInterpreterLastText(k)
Grid.WriteThisLine
Next
'Render The Whole Grid
Grid.CompileGrid
Set Grid = Nothing
End Sub
%>[/codebox]
It's taking the last 401 characters of the file and repeating them on the end of the file. The first "End Sub %>" should be the end. I uploaded to the latest version of the software and am still having the intermittement problem. Any ideas?
[codebox]+- System -----------------------------
Microsoft Windows Vista Business Edition
(Build 6000)
CPU Speed : 2613 MHz
Total Memory : 2045 MB
Free Memory : 946 MB
+- SmartFTP ---------------------------
Version : 3.0.1014.7
Time Stamp : 2008-04-28 13:51:03
Platform : x86
Id : 400021946
Days in use : 273
+- Application DLL --------------------
sfFTPLib.dll : 1.5.13.14
sfFavorites.dll : 1.0.10.7
sfFavoritesShellExtension.dll : 1.0.1.9
sfTransferQueue.dll : 1.0.7.7
sfFTPShellExtension.dll : 1.0.5.7
+- Language ---------------------------
SmartFTP.exe : 3.0.1014.7
+- Internet Explorer ------------------
Version : 7.0.6000.16643
+- Winsock ----------------------------
Winsock : 2.2[/codebox]