Forum: VB.NET Aug 26th, 2005 |
| Replies: 1 Views: 2,183 Actually I "solved" it.
In the GetFileList Function is the following code
Do While (True)
m_aBuffer.Clear(m_aBuffer, 0, m_aBuffer.Length)
bytes =... |
Forum: VB.NET Aug 26th, 2005 |
| Replies: 1 Views: 2,183 Hello all you VB.NET 'ers
This being my first post would first of all like to say "Hallo!" :cheesy:
My problem is with Microsoft's FTP class ... |