unable to establish consistent FTP connection, even in passive mode
Mostra commenti meno recenti
Hello,
I am trying to set up my code to download a large amount of data from an FTP server. I downloaded the passive FTP function from the file exchange: http://www.mathworks.com/matlabcentral/fileexchange/6626-passive-mode-ftp-in-matlab
I seem to be getting this error randomly:
Error using connect (line 30)
Connection refused for "anonymous".
I say randomly becasue sometimes it will work for an extended period, say 2 hours. But other times it seems to disconnect every few minutes. Here is the basic part of my code that I loop through:
f2 = ftp('hydro1.sci.gsfc.nasa.gov');
pasv(f2)
I could provide more code if needed, but this is where it is crashing. Can anyone help me with this? Could this have to do with the specific FTP server, or something else?
Thanks in advance, Dan
Risposte (1)
Walter Roberson
il 11 Mar 2014
0 voti
Sometimes systems refuse anonymous ftp when they are loaded.
1 Commento
Dan
il 12 Mar 2014
Categorie
Scopri di più su Downloads in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!