Skip to main content

Having some trouble downloading the contents of a remote FTP directory, keep getting error message 'Remote file not found'.

Is it possible to download an entire directory via FTP using the FTPCaller? Doesn't look like there's an option to download an entire folder.

Hi @dmatranga,

Not directly with the FTPCaller. FTPCaller will give you a list of files & directories.

Some users have used Python and FTPCaller or multiple FTPCallers to be able to download all files in a directory.


Reply