Reviewed and revised December 2023
tab(-10, AG_FTPSETPW); loginname; "~"; psword; chr(127); Tab(-10,x) Syntax Notes
AG_FTPSETPW (29) changes the FTP login information which is otherwise stored in the ATE configuration for the current connection.
Parameters
loginname
FTP login name string
psword
FTP login password string
Response
none
Example
? TAB(-10,AG_FTPSETPW);"kane";chr(126);"rosebud";chr(127);
Notes
Only applies to ATE (prior to using the FTP function) not ZTERM. For local A-Shell/Windows FTP, just use FTPDLX.SBX, which accepts explicit arguments for the login name and password.