Hi all,
Can anyone help me with copying all flat files with specific format from Unix directory to windows directory via BODS job?
-I've tried using function copy_from_remote_system(), but this function doesn't work with wildcard.
-I've created file location object with SFTP protocol with remote and local directory and it's working only with full file name listed.
-When trying to use wildcard (*) It’s throwing this error:
‘’Cannot open remote directory using SFTP protocol for file location object. Error: <(-31) Failed’’