EXPORT ====== In Gateway, NUA for ftp partner is: IFTP:scriptname.ftp where scriptname.ftp is the file of script commands (by default in DMX area) to use. Possible script commands are: connect,FTPSERVER,USERNAME,PASSWORD, put,LOCAL_FILENAME,REMOTE_PATH&FILENAME,0, rename,OLDNAME,NEWNAME, get,REMOTE_FILE(S),LOCAL_DESTINATION,0, delete,REMOTE_FILES, quit end Notes: Remember the final comma for connect, put, rename, get and delete. These commands are parsed internally before being passed to BASP21 Get & Put can have a B instead of 0 as the final paramater to force binary transfer (in fact anything but B means Ascii!) Command names are in lower case The first command must be a connect 'end' is a local command; it is not passed to BASP21 PASSWORD can be an @FILENAME containing an encrypted password as for the other network interfaces. Look at the dox for the BASP21 FTP object to see the capabilities in terms of wildcards, paths etc. which the command arguments can support. BASP21 documentation 8 COMMANDS shows what other commands can be used. For example the 'quit' command is just passed to BASP21, as is any other command which is not in the list above IMPORT ====== The interface tries to execute the script IMPORT.FTP in the DMX home directory. Rules as above. You can have multiple connects. CONNECT ======= Same as for DMXSPOP3. Dial out to establish an Internet connection. Info taken from dmxgway.ini file HANGUP ====== Terminate a dialed out Internet connection. Notes made 2002-05-25, since unable to find original documentation. CFJ