![]() |
Qorus Integration Engine®
4.1.4.p4_git
|
the QorusQscriptUtil namespace contains all the objects in the QorusQscriptUtil module More...
Functions | |
public | fs_dirs (string user_connection, list< string > directories, int mode=0755) |
creates directory tree in the user connection location More... | |
public | sftp_dirs (string user_connection, list< string > directories, int mode=0755) |
creates directory tree in the user connection location More... | |
the QorusQscriptUtil namespace contains all the objects in the QorusQscriptUtil module
public 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 |
public 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 |