Qicc FTP Resource Info structure (Deprecated)

The create and change FTP resource APIs use the Qicc FTP Resource Info structure.

Fields

I/O resource_info_fields: Qicc Base Resource Info structure

I/O resource_uri: char [2046]

I/O container_name: char [510]

I/O auth_user: char [256]

I/O auth_pwd: char [512]

Field descriptions

resource_info_fields
The Qicc Base Resource Info structure. See Qicc Base Resource Info structure (Deprecated).
resource_uri
The Uniform Resource Identifier (URI) of the storage location. Include the fully-qualified name of computer that hosts the FTP server, for example, myserver.enterprise.com. If the port number of the FTP server computer is not the default port number of 21 then you must include the port, for example, myserver.enterprise.com:23.
container_name
The server root directory. The directory must begin with a forward slash (/), and it must exist before you can copy files to it. Root directory names are not case sensitive for FTP resources created for IBM i computers. The root directory name is case sensitive when using FTP for non-IBM i computers.
auth_user
The ID of a user who can log into the FTP server.
auth_pwd
The password of the user specified in auth_user.