Allows to create a remote directory.
Syntax
CHGVAR |
VAR(&CMD) VALUE('FTPMKDIR') |
CHGVAR |
VAR(&PARM1) VALUE(' RemoteDir="Remote directory to create" ') |
CHGVAR |
VAR(&PARM2) VALUE(' ') |
CALL |
PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 &PARM2 &RESULT) |
Parameters
Parameters |
|
Parm1 |
RemoteDir : Complete path from the FTP server root (‘/’) and name of the directory to create.
|
RESULT |
Contains eventually error messages.
|
|
|
Example
LNCCMD CMD(FTPMKDIR) PARM1('RemoteDir="/www/Data/temp/Suivi5"')