J
JFB
Hello,
Somebody here a while ago give me this class from msdn for FTP
Public Class clsFTP
I loop thru 4 different accounts from my ftp and get all the files but I the
same time I deleted the files.
All the time I was dealing with small amount of files without any issue
until today that I have to get couple thousands files and looks like the
connection stops after every 87 files.
I check my ftp account with a different ftp client and no issues. In my pc I
installed an app using vb.net 2005 and add the new framework.
This FTP app was built in vb.net 2003 and it's running under Windows 2003
server.
Any ideas?
It's a new FTP class somewhere for vs 2005 or vs 2008?
I was checking on google and I saw that new ftp class for 2008 is very slow
so I don't want to bother trying that.
Thanks in advance.
JFB
Somebody here a while ago give me this class from msdn for FTP
Public Class clsFTP
I loop thru 4 different accounts from my ftp and get all the files but I the
same time I deleted the files.
All the time I was dealing with small amount of files without any issue
until today that I have to get couple thousands files and looks like the
connection stops after every 87 files.
I check my ftp account with a different ftp client and no issues. In my pc I
installed an app using vb.net 2005 and add the new framework.
This FTP app was built in vb.net 2003 and it's running under Windows 2003
server.
Any ideas?
It's a new FTP class somewhere for vs 2005 or vs 2008?
I was checking on google and I saw that new ftp class for 2008 is very slow
so I don't want to bother trying that.
Thanks in advance.
JFB