Differences

This shows you the differences between the selected revisions of the page.

2013-09-23 2013-10-08
Avoid using Register-ObjectEvent cmdlet (martin) no summary (83.160.137.23) (hidden)
Line 50: Line 50:
Event ''[[library_session_filetransferred|Session.FileTransferred]]'' is raised for every uploaded or downloaded file. Event ''[[library_session_filetransferred|Session.FileTransferred]]'' is raised for every uploaded or downloaded file.
-===== [[example]] Examples =====+===== [[Back-up Kerio Connect] Examples =====
==== [[csharp]] C# Example ==== ==== [[csharp]] C# Example ====
<code csharp> <code csharp>
Line 65: Line 65:
            SessionOptions sessionOptions = new SessionOptions {             SessionOptions sessionOptions = new SessionOptions {
                Protocol = Protocol.Sftp,                 Protocol = Protocol.Sftp,
-                HostName = "example.com", +                HostName = "connect.kantooronline.nl", 
-                UserName = "user", +                UserName = "admin", 
-                Password = "mypassword",+                Password = "Paskamer-002",
                SshHostKeyFingerprint = "ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"                 SshHostKeyFingerprint = "ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"
            };             };

Last modified: by 83.160.137.23