Returns an InputStram from where you can read a remote file. In the case of not being found, it returns null.
1 ftp.getFileInputStream
<ftp.getFileInputStream name='name'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | String | Name of the remote file. |
Returns | |
---|---|
Type | Description |
Object | InputStream from where it is possible to read a remote file. |