Hello everyone,
I have been using an Excel file with a VBA macro to save and upload multiple files to three different FTP sites daily. It has been working for a few months, but I recently hit a snag with 1 of my 3 FTP servers. It seems to be freezing after the "put" command. The prompt reads:
If I press cntrl+C, I get:
It is working fine for the other two FTP sites. I have tried adding the "quote pasv" command to switch to passive mode. It did not seem to help.
Filezilla works just fine when I input the credentials there.
Any help will be greatly appreciated!
Thanks,
David!
I have been using an Excel file with a VBA macro to save and upload multiple files to three different FTP sites daily. It has been working for a few months, but I recently hit a snag with 1 of my 3 FTP servers. It seems to be freezing after the "put" command. The prompt reads:
Code:
ftp> put file.txt
200 PORT command successful.
150 Opening ASCII mode data connection
If I press cntrl+C, I get:
Code:
ftp> put file.txt
200 PORT command successful.
150 Opening ASCII mode data connection
Aborting any active data connections...
Connection close by remote host.
It is working fine for the other two FTP sites. I have tried adding the "quote pasv" command to switch to passive mode. It did not seem to help.
Filezilla works just fine when I input the credentials there.
Any help will be greatly appreciated!
Thanks,
David!