'Declaration Public Overloads Sub SendFile( _ ByVal source As Stream, _ ByVal remoteFilename As String _ )
'Usage Dim instance As FtpClient Dim source As Stream Dim remoteFilename As String instance.SendFile(source, remoteFilename)
public void SendFile( Stream source, string remoteFilename )
Parameters
- source
- A System.IO.Stream whose data is to be sent to the FTP server.
- remoteFilename
- The filename as it will be stored on the FTP server. Cannot be empty. Some FTP servers may be case-sensitive!