'Declaration Public Overloads Sub SendFile( _ ByVal localFilename As String, _ ByVal remoteFilename As String _ )
'Usage Dim instance As FtpClient Dim localFilename As String Dim remoteFilename As String instance.SendFile(localFilename, remoteFilename)
public void SendFile( string localFilename, string remoteFilename )
Parameters
- localFilename
- The path and filename of the local file to send.
- remoteFilename
- The filename as it will be stored on the FTP server. Cannot be empty. Some FTP servers may be case-sensitive!