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


 
<iFTPACTION
 
 
 
 
 
 

Usage
 
 
 
 

Notes
 
 

ALIAS="alias of the ftp session"
CMD="<changeworkingdir | list | delete | makedir | printworkingdir | removedir | putfile | getfile>"
[LOCALPATH="local drive path"]
[REMOTEPATH="remote drive path"]
[MODES="file permissions"]
>

This tag is used to execute specific FTP commands on the session ALIAS that was opened. 
CMD is the FTP command to send
LOCALPATH is the local drive path and filename to use
REMOTEPATH is the remote drive path and filename to use
MODES is the file permissions to use

If you are using LIST then the data returned goes into the file specified by the localpath, same for stat.  If using PRINTWORKINGDIR, then the tag resolves to that data stream.
 

  
iFTPACTION Example
Example Source Code
Top