How to get multiple files from enterprise FTP server?

View: New views
1 Messages — Rating Filter:   Alert me  

How to get multiple files from enterprise FTP server?

by Shimshen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Thanks