'Declaration Public Overloads Sub SendFile( _ ByVal source As Stream, _ ByVal remoteFilename As String, _ ByVal append As Boolean _ )
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!
- append
- true if the file should append itself to the remote file if it already exists; false if the remote file should be overwritten.