EN 776 documents

Engine Help Category: FTP

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

12 documents found

@FTPNTClose

Function Version 5.00

This @Function is available only on Windows! Closes an FTP session. The FTP session with the FTPNTHANDLE FTPNTHANDLE is closed. On success, the @Function returns an FTPNT handle NULLHANDLE; otherwise, @Error.

@FTPNTCloseFind

Function Version 5.00

This @Function is available only on Windows! Closes an FTP find session. The FTP find session with the FTPNTFINDHANDLE FTPNTFINDHANDLE is closed. On success, the @Function returns an FTPNTFIND handle NULLHANDLE; otherwis …

@FTPNTFindFirstFile

Function Version 5.00

This @Function is available only on Windows! TEXT TEXTPATTERN specifies the file name with the search criteria (wildcards, for example "*.jpg"). Returns the current directory path on the FTP server. On success, the @Func …

@FTPNTFindNextFile

Function Version 5.00

This @Function is available only on Windows! Returns the current directory path on the FTP server. On success, the @Function returns a TEXT containing the current directory path; otherwise, @Error. TEXT RETTEXTATTRIBUTES …

@FTPNTGetConnectionInfo

Function Version 5.00

This @Function is available only on Windows! Returns connection data for the FTPNTHANDLE FTPNTHANDLE. TEXT RETTEXTAPPLICATION The application text that was specified when opening the session. TEXT RETTEXTSERVER The serve …

@FTPNTGetCurrentDirectory

Function Version 5.00

This @Function is available only on Windows! Returns the current directory path on the FTP server. On success, the @Function returns a TEXT containing the current directory path; otherwise, @Error.

@FTPNTGetFile

Function Version 2.00

Retrieves the file with the name TEXT TEXTREMOTENAME from the current directory on the FTP server of the FTP session with the FTPNTHANDLE FTPNTHANDLE. TEXT TEXTREMOTENAME can also be a fully qualified path or a relative …

@FTPNTGetLastError

Function Version 5.00

This @Function is available only on Windows! Returns the last error code. Note : This text was machine-translated and may contain inaccuracies.

@FTPNTGetLastResponseInfo

Function Version 5.00

This @Function is available only on Windows! Returns the last FTP server response. This function is useful, for example, when @FTPNTGetLastError returns code 12003. In this case, the FTP server response may help narrow d …

@FTPNTOpen

Function Version 5.00

This @Function is available only on Windows! Starts an FTP session. TEXT APPLICATIONTEXT specifies the name of the application or service. This name is passed on in the FTP protocol. FN FNCONNECTIONFLAGS: 0      Active m …

@FTPNTScanOSDirectory

Function Version 2.00

Searches the current directory on the FTP server of the FTP session with the FTPNTHANDLE FTPNTHANDLE for files contained in it. TEXT TEXTPATTERN specifies the file name with the search criteria (wildcards, for example "* …

@FTPNTSetCurrentDirectory

Function Version 5.00

This @Function is available only on Windows! Sets the current directory path on the FTP server. On success, the @Function returns a TRUE; otherwise, @Error.