Nevermind, I found the error. Don't need the first slash. But now when I try to download a file, I get another error message. My line is this: FTPGetFile( "10.10.10.109", "ftp", "ftp", "AMTSIN\IAP\new_sec_1004.1334.csv", "d:\batchtestarea\new_sec_1004.1334.csv" ) The error message I get is: An error occured while executing 24x7 script. Line 13: Download failed for "", Error code 123. Any ideas? Thanks!! : Hello, : I'm using this command straight out of the examples except for one thing. The : file is down a couple subdirectories. : FTPFileExists( "10.10.10.109", "ftp", "ftp", : "/AMTSIN/IAP/*.*", found ) : There are files in the directory, but the found var is being set to false : when I debug it. : Is my path ok? : If I don't use subdirectories and just search the root for a file it works : ok. I've tried using forward slashes but that didn't help. : Thanks for your help!
|