Integration Cloud 7.0.0 | Applications | Predefined Applications | File Transfer Protocol (FTP/FTPS) | FTP Predefined Operations | getFile
 
getFile
Retrieves a file from a remote FTP server.
Input Parameters
remoteFile
String Name of the remote file.
transferType
String FTP file transfer mode (ASCII or binary). The default is ASCII.
Output Parameters
contentStream
Object A java.io.InputStream object.
statusCode
String Standard FTP protocol status code.
statusMessage
String Standard FTP protocol status message.