Download the remote file's contents to the local file.
[Visual Basic] Public Shared Sub Download( _ ByVal serverAddress As String, _ ByVal userName As String, _ ByVal password As String, _ ByVal transferMode As TransferMode, _ ByVal sourcePathName As String, _ ByVal destinationPathName As String _ )