Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Send Event FTP Download

Featured Replies

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.

  • 1 month later...

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?

  • 4 weeks later...
  • Newbies

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.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.