Retrieves the specified file from the FTP server and stores it locally.
object.GetFile ( RemoteFileName, LocalFileName [,FailIfExists] ) |
- RemoteFileName
- Required. A String that represents the name of the file on the FTP server.
- LocalFileName
- Required. A String that represents the full path of the file to store on the local device.
- FailIfExists
- Optional. A Boolean that determines whether the method should return False if the local file already exists.
Boolean