Qorus Integration Engine® Enterprise Edition 6.0.20_prod
Loading...
Searching...
No Matches
QorusQscriptUtil Namespace Reference

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 More...
 
 sftp_dirs (string user_connection, list< string > directories, int mode=0755)
 creates directory tree in the user connection location More...
 

Detailed Description

the QorusQscriptUtil namespace contains all the objects in the QorusQscriptUtil module

Function Documentation

◆ fs_dirs()

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.

Parameters
user_connectionname of the user connection. SFTP connection is expected
directoriesa list of strings containing directory names
modean octal number holding directory access rights

◆ sftp_dirs()

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.

Parameters
user_connectionname of the user connection. SFTP connection is expected
directoriesa list of strings containing directory names
modean octal number holding directory access rights