2.1.21.3 ftp_dir


Description

Get a list of files from an FTP server.

Syntax

int ftp_dir( OFTPLOGIN * ftpLogin, StringArray * psaRemoteFiles )

Parameters

ftpLogin
[input] an OFTPLOGIN structure.
psaRemoteFiles
[output] string array of the files found

Return

zero for success, non-zero for error.

Examples

Remark

See Also

Header to Included

OFTP.h

Reference