[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iFTP> Tag


 
<iFTP 
 
 
 
 
 
  

Usage
 
 
 
 
 

See Also 
 
 

ALIAS="alias of the ftp session" 
HOST="ftp server name" 
UID="user name" 
PWORD="password" 
[ACCT="account name"] 
[PORT="FTP port number"]     (21) 
> 

This is used to login to an FTP service through a web page.  This can be handy to combine with the Back Page Processor to automate receiving and sending files.  An ALIAS must be used to specify the FTP transaction since multiple sessions may be open at one time.  HOST is the name of the FTP server, UID is the username and PWORD is the password for the UID.  ACCT is required for some FTP servers and is the account name.  PORT is the FTP TCP/IP port number.

iFTPACTION, /iFTP
 
 


iFTP Example
Example Source Code
Top