'Declaration Public Overloads Function SendFileToUniqueName( _ ByVal localFilename As String _ ) As String
'Usage Dim instance As FtpClient Dim localFilename As String Dim value As String value = instance.SendFileToUniqueName(localFilename)
public string SendFileToUniqueName( string localFilename )
Parameters
- localFilename
- The path and filename of the local file to send.
Return Value
A string representing the unique name that was generated for the file that was sent to the FTP server.