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.

Parameter

Value or Description

Lead-in

CHR$(27) CHR$(29)

Username

string followed by CHR$(0)

Password

string followed by CHR$(0)

 

Example

PRINT CHR$(27);CHR$(29);

PRINT "my-username";CHR$(0);

PRINT "my-password";CHR$(0);

 

Also See

File Transfer