<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > FTP > CreateDirectory |
Service
Method
CreateDirectory
Description
Creates a directory on the server.
Input |
|||
Name |
Description |
Type |
Optional |
remotePath |
Pathname of the new remote directory. |
String |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A string containing the absolute path of the newly created remote directory if the server complies to RFC 959; otherwise, null reference is returned. |
String |
|
Remarks
Represents FTP MKD command. RFC states that successful reply to the MKD command must always contain the absolute path of the created directory. However, many FTP servers do not comply to this requirement.