Question
I would like to move multiple files at once using FTP (SFTP).
Is it possible to use wildcards and move multiple files whose keywords start with any words?
Answer
In FTP Connector, you can use wildcards as long as they are not in the middle of a file path.
Therefore, if you want to move multiple files which have several first letters in common at once, specify the path like /home/user/getdata/sample*.txt.
For example, you can set file paths including wildcards such as the following:
/home/user/getdata/*
/home/user/getdata/*.txt
However, you cannot set file paths including wildcards such as the following:
/home/user/*/sample.txt
/home/user/*data/*.txt
For other limitations of FTP Connector, please refer to the following manual.
[FTP Connector] - [Limitations of FTP category]
https://www.hulft.com/help/en-us/HULFTSquare/Content/CN_MPP/CN_message/msg_FTP.htm
Comments
0 comments
Article is closed for comments.