Please read FAQ section about about "special ASCII characters" In your job script code FTPGetFile( "ftp.ncbi.nih.gov", "", "", "blast/db/mito.nt.Z", "\\\\intron\\blast\\Data\\downloads\\mito.nt.Z" ) : *** WORKS *** : FTPGetFile( "ftp.ncbi.nih.gov", "", "", : "blast/db/mito.nt.Z", "b:\\Data\downloads\mito.nt.Z" ) : *** DOES NOT WORK *** : FTPGetFile( "ftp.ncbi.nih.gov", "", "", : "blast/db/mito.nt.Z", : "\\intron\blast\Data\downloads\mito.nt.Z" ) : Error message: Job FTP blast/db/mito.nt.Z execution error. Exit code -1. An : error occurred while executing automation script:Line 17: Download failed : for "". Error code 3. : NOTE: Line 17 is the FTPGetFile line that I have included.
|