Zero Tolerence Posted September 22, 2005 Posted September 22, 2005 I am using send event to connect through ftp (command prompt) navigate to a directory, and then copy an image down. Here is my event. @ECHO > script.ftp ECHO USER CSRi01r readonly >>script.ftp ECHO cd export/L000/x2400/602421_09192005_090421_00/ >>script.ftp ECHO binary >>script.ftp ECHO lcd C:wpc >>script.ftp ECHO get Dsc00050.jpg >>script.ftp ECHO quit FTP -n -s:script.ftp" & $$IP & "TYPE NUL >script.ftp DEL script.ftp exit GOTO End :End It keeps telling me application @ECHO cannot be found. So I figure that thats the problem, I add this to the top of it command @ECHO Then it runs, but i think it hangs up on the command code, and doesn't get to the rest of them. Anyone know of anything I'm doing wrong, or even better, an easier way to do this without buying a plug in? Thanks for any help you can give.
Wim Decorte Posted November 12, 2005 Posted November 12, 2005 I'm not sure I follow. That's the whole send event string you send out? That string is stored in a field and you reference it in the Send Event script step?
Newbies Nightmarcher Posted December 9, 2005 Newbies Posted December 9, 2005 put your script into a batch file, and reference a file instead of text in "send event" options: Send Event ["aevt"; "odoc"; "yourbat.bat"] i use this method to retrieve and import csv's from our ftp server through a command prompt in xp.
Recommended Posts
This topic is 6967 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now