FTP_Username

Top  Previous  Next

×V3.1Ø

S

A

W

WS

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup FTP_Username <Username>

               Where:

                       <Username> is a literal string.

 

Description:

All of the FTP SetStartup settings configure how EMUE should connect to an FTP server.  EMUE can retrieve an FTP file as its InputFile.  Additionally, the MoveFile, CopyFile, RenameFile, and DeleteFile commands can be used with FTP files.  This command configures the username for the FTP session login when the input file is retrieved from an FTP server.  This option must be valued in order for EMUE to retrieve a file from an FTP server.

 

Sample:

       The following statements instructs EMUE to set the input file, move the input file, and connect to the FTP site using the username "MyUserName" and password "Password123".

SetStartup InputFile "ftp://serveraddress.com/Files/Medicaid_*.txt"

SetStartup MoveInputFile "C:\EMUE\Scripts\Medicaid\InputProcessing"

SetStartup FTP_UserName "MyUserName"

SetStartup FTP_Password "Password123"

 

See Also:

InputFile

FTP_Password

FTP_PortNumber

FTP_Timeout

FTP_PortType

FTP_UsePassive

FTP_Compression

SetRuntime