FTP_Password

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup FTP_Password <Password>

               Where:

                       <Password> is a literal string.

 

Description:

This command configures the FTP password that goes with the username configured with FTP_Username.  This is  the password used to connect to the FTP server.  This option must be valued in order for EMUE to retrieve an input file from an FTP server.

 

Password Encryption:

The password can be encrypted by choosing Encrypt Password In File from the tools menu.  The encrypted password will be placed between <encrypted> tags to distinguish between the plaintext password and the encrypted password.

You can also highlight the text you want to encrypt and choose Encrypt Selected Text from either the Edit menu or from right clicking inside the editor.

 

Sample:

       The following statement instructs EMUE to use the password "Password123" when prompted to enter a password when connecting to a FTP site.

SetStartup InputFile "ftp://serveraddress.com"

SetStartup FTP_UserName "MyUserName"

SetStartup FTP_Password "Password123"

 

See Also:

InputFile

FTP_UserName

FTP_PortNumber

FTP_Timeout

FTP_PortType

FTP_UsePassive

FTP_Compression

SetRuntime