Upload the local file's contents to the remote file. If destinationPathName is null then a unique name is generated on the remote server.
[Visual Basic] Public Shared Sub Upload( _ ByVal serverAddress As String, _ ByVal userName As String, _ ByVal password As String, _ ByVal transferMode As TransferMode, _ ByVal sourcePathName As String, _ ByVal destinationPathName As String _ )