FTP_IncludeLeadingSlashInPath

Top  Previous  Next

S

A

W

WS

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup FTP_IncludeLeadingSlashInPath {"Yes" | "No"}

 

Description:

When this option is enabled (which is the default behavior), the path for all folder and file path commands that are sent to the FTP server will be prefixed with a forward slash (“/”).  Otherwise, the path for all folder and file path commands will not include a leading forward slash.  The use of this option is dependent upon the FTP server which you are communicating with.  Most servers do accept the leading slash, but for some, especially those where your FTP user accounts password does not give you access to the root FTP directory, disabling this option may be necessary.

 

Sample:

       The following statement instructs EMUE to not prefixed with a forward slash ("/").

SetStartup FTP_IncludeLeadingSlashInPath "No"

 

See Also:

SetRuntime