Hello,
I’m trying to get multiple files from an enterprise FTP server.
Since the mget command doesn’t work on the enterprise server I need to use dir command and then loop the library to get each file with the command get and the file name as show on the dir command.
Can someone help with an example?