Hi,
I've got a problem that is causing me to lose hair fast and hope one of you can help!
I have an Excel 2010 VBA spreadsheet with 35,000 rows of data. Each row referres to an ftp image that needs downloading. I then dedupe and sort this image list and feed it into some VBA FTP code.
This works perfectly on my laptop in London, England. But when my customer in New York, USA runs the FTP code it runs to completion but only downloads 50 or so images (it should be 2,302 images).
After running the FTP code my customer logged on to the ftp site manually and got this error:
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
The same error appears after running the ftp code if he tries to connect to the ftp site with FileZilla.
...But if he waits 5 minutes after this error appears he can logon to the ftp site manually or through FileZilla without any problems and continue downloading images.
...if he then runs the FTP code again, then tries to logon to the ftp site manually (or via FileZilla) the error has returned (again only for 5 minutes).
I've done a lot of Googling for answers and have advised my customer to:
1.) Turn off AV and Windows firewalls.
2.) In IE goto Tools>Internet Options>Advanced and uncheck 'Enable FTP folder view (outside of internet explorer)' and check 'Use passive FTP (for firewall and DSL modem compatibility)'.
..still no luck.
It looks like the VBA FTP code is causing this error, but it works fine on my laptop?
Please help, any advise or pointers would be much appreciated.
Thanks,
K
I've got a problem that is causing me to lose hair fast and hope one of you can help!
I have an Excel 2010 VBA spreadsheet with 35,000 rows of data. Each row referres to an ftp image that needs downloading. I then dedupe and sort this image list and feed it into some VBA FTP code.
This works perfectly on my laptop in London, England. But when my customer in New York, USA runs the FTP code it runs to completion but only downloads 50 or so images (it should be 2,302 images).
After running the FTP code my customer logged on to the ftp site manually and got this error:
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
The same error appears after running the ftp code if he tries to connect to the ftp site with FileZilla.
...But if he waits 5 minutes after this error appears he can logon to the ftp site manually or through FileZilla without any problems and continue downloading images.
...if he then runs the FTP code again, then tries to logon to the ftp site manually (or via FileZilla) the error has returned (again only for 5 minutes).
I've done a lot of Googling for answers and have advised my customer to:
1.) Turn off AV and Windows firewalls.
2.) In IE goto Tools>Internet Options>Advanced and uncheck 'Enable FTP folder view (outside of internet explorer)' and check 'Use passive FTP (for firewall and DSL modem compatibility)'.
..still no luck.
It looks like the VBA FTP code is causing this error, but it works fine on my laptop?
Please help, any advise or pointers would be much appreciated.
Thanks,
K