? tab(-10, AG_FTPSETPW); loginname; chr(126); psword; chr(127);
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
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.