Set Temporary FTP Username and Password |
Top Previous Next |
This escape sequence temporarily sets the username and password for the next automatic FTP file transfer. The stored username and password will be used for subsequent transfers unless this sequence is repeated.
Example PRINT CHR$(27);CHR$(29); PRINT "my-username";CHR$(0); PRINT "my-password";CHR$(0);
Also See |