![]() |
Qorus Integration Engine® Enterprise Edition 7.0.7_prod
|
the QorusQscriptUtil namespace contains all the objects in the QorusQscriptUtil module More...
Functions | |
| fs_dirs (string user_connection, list< string > directories, int mode=0755) | |
| creates directory tree in the user connection location | |
| sftp_dirs (string user_connection, list< string > directories, int mode=0755) | |
| creates directory tree in the user connection location | |
the QorusQscriptUtil namespace contains all the objects in the QorusQscriptUtil module
| QorusQscriptUtil::fs_dirs | ( | string | user_connection, |
| list< string > | directories, | ||
| int | mode = 0755 |
||
| ) |
creates directory tree in the user connection location
Given directories element are automatically prefixed with Dir base path.
All missing sub-paths are created too.
| user_connection | name of the user connection. SFTP connection is expected |
| directories | a list of strings containing directory names |
| mode | an octal number holding directory access rights |
| QorusQscriptUtil::sftp_dirs | ( | string | user_connection, |
| list< string > | directories, | ||
| int | mode = 0755 |
||
| ) |
creates directory tree in the user connection location
Given directories element are automatically prefixed with SftpClient base path.
All missing sub-paths are created too.
| user_connection | name of the user connection. SFTP connection is expected |
| directories | a list of strings containing directory names |
| mode | an octal number holding directory access rights |