FTP problem

  • Thread starter Thread starter RAO
  • Start date Start date
R

RAO

Hi Friends,

I am using VisualStudio.Net 2003 on Windows 2000 professional.

I have downloaded a VB6 developed application for FTP functionality. It is
working fine in VB6. I migrted that application to .Net using VStudio.Net
2003. It is working fine for small size files but it is failing for large
size file.

The function being called is FTPgetfile. It returns TRUE for small size
files and FALSE for large size files.

Anyidea what is going wrong over here.

TIA

RAO
 
RAO said:
I am using VisualStudio.Net 2003 on Windows 2000 professional.

I have downloaded a VB6 developed application for FTP functionality. It is
working fine in VB6. I migrted that application to .Net using VStudio.Net
2003. It is working fine for small size files but it is failing for large
size file.

The function being called is FTPgetfile. It returns TRUE for small size
files and FALSE for large size files.

VB.NET:

<http://www.freevbcode.com/ShowCode.Asp?ID=4655>
<http://www.allapi.net/downloads/NetFTP.zip>
<http://www.visualbuilder.com/article/viewarticle.asp?id=1234>
<http://www.abderaware.com/ (company site)>

C#:

<http://www.csharphelp.com/archives/archive9.html>
<http://www.codeproject.com/csharp/FTPDriver1.asp>
 
Back
Top