FTP_SetLogFile

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > FTP (File Transfer Profotol) >

FTP_SetLogFile

 

Description

 

Set a FTP session log file to be used for FTP session debugging.

 

Syntax

 

n = FTP_SetLogFile(LogFile)

 

Returns

 

Parameters

 

Name

Type

Optional

Meaning

LogFile

String

No

Full path name of a FTP session log file

 

Remarks

 

If set, all FTP steps will be logged into the specified file. This is especially useful in case of connection problems.

 

Restrictions

 

See also

 

Examples