AMX I!-FTPSENDER Instruction Manual
AMX I!-FTPSENDER Instruction Manual

AMX I!-FTPSENDER Instruction Manual

Integration!solutions

Advertisement

Quick Links

instruction manual
i!-FTPSender
i n t e g ra t i o n ! S o l u t i o n s

Advertisement

Table of Contents
loading

Summary of Contents for AMX I!-FTPSENDER

  • Page 1 ! S o l u t i o n s...
  • Page 2 CUSTOMER REMEDIES. AMX Corporation’s entire liability and your exclusive remedy shall be, at AMX Corporation's option, either (a) return of the price paid, or (b) repair or replacement of the SOFTWARE that does not meet AMX Cor- poration's Limited Warranty and which is returned to AMX Corporation. This Limited Warranty is void if failure of the SOFTWARE or hardware has resulted from accident, abuse, or misapplication.
  • Page 3: Table Of Contents

    Introduction .......................1 Supported Operating Systems ..................1 Minimum PC Requirements ....................1 Installing i!-FTPSender...................... 1 Running i!-FTPSender ....................3 Programming........................3 Channels ..........................3 Strings ............................3 Send_Commands ........................3 Example Code.......................... 4 Troubleshooting i!-FTPSender ..................6 Learning More ........................6 i!-FTPSender...
  • Page 4 Table of Contents i!-FTPSender...
  • Page 5: Introduction

    3. The Welcome To i!-FTPSender Setup dialog appears, reminding you to close all Windows programs before going any further. Click Next to proceed. 4. In the Select i!-FTPSender Install Location dialog, use the Browse button to navigate to a directory other than the default install directory, if desired. Click Next.
  • Page 6 Introduction i!-FTPSender...
  • Page 7: Running I!-Ftpsender

    Running i!-FTPSender Running i!-FTPSender Programming i!-FTPSender is a NetLinx module you can add to any program. You interact with the module through a virtual device supporting: Channels Strings Send_Commands Channels The following table lists the channels supported by i!-FTPSender. i!-FTPSender Channels...
  • Page 8: Example Code

    Running i!-FTPSender Example Code (***********************************************************) DEVICE NUMBER DEFINITIONS GO BELOW (***********************************************************) DEFINE_DEVICE dvFTPSServer = 0:8:0 // master port for source ftp socket dvFTPDServer = 0:9:0 // master port for destination ftp socket = 128:1:0 vdvFTPDiag = 33001:1:0 // virtual device for receipt of ftp messages...
  • Page 9 Running i!-FTPSender (* Source Server *) cSourceIP = '192.168.13.33' // define source IP cSourceUser = 'NetLinx' // username for above cSourcePass = 'password' // password for above (* Destination Server *) cDestIP = '192.168.13.151' // define destination IP cDestUser = 'NetLinx'...
  • Page 10: Troubleshooting I!-Ftpsender

    The destination directory does not exist. The destination user does not have write access to save the new file. All of these problems can be solved by watching the strings provided from the i!-FTPSender module and acting on that information.
  • Page 11 Running i!-FTPSender i!-FTPSender...
  • Page 12 AMX reserves the right to alter specifications without notice at any time. brussels • dallas • los angeles • mexico city • philadelphia • shanghai • singapore • tampa • toronto* • york 3000 research drive, richardson, TX 75082 USA • 469.624.8000 • 800.222.0193 • fax 469.624.7153 • technical support 800.932.6993...

Table of Contents