Quantcast
Channel: Rebex Q&A Forum - Recent questions and answers
Viewing all articles
Browse latest Browse all 3870

Answered: How to us communication log option in REBEX to track connectivity issue happening in between during download in c#/

$
0
0

It doesn't really matter where you asing the LogWriter property. Just make sure to assign it before calling the Connect method.
It can be assigned right after calling the constructor:

var sftp = new Rebex.Net.Sftp();
sftp.LogWriter = new Rebex.FileLogWriter(@"C:\MyData\log.txt");

Viewing all articles
Browse latest Browse all 3870

Trending Articles