Jump to content
Server Maintenance This Week. ×

Send Event FTP Download


This topic is 6721 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

This topic is 6721 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.