'Declaration Public Overloads Sub PutAscii( _ ByVal stream As System.IO.Stream, _ ByVal remote As System.String, _ ByVal append As System.Boolean _ )
'Usage Dim instance As FTP Dim stream As System.IO.Stream Dim remote As System.String Dim append As System.Boolean instance.PutAscii(stream, remote, append)
public procedure PutAscii( stream: System.IO.Stream; remote: System.String; append: System.Boolean );
Parameters
- stream
- A local file stream
- remote
- The remote file name
- append
- If true, the local stream will be appended to the remote file