Re: Attempted to read or write protected memory. (General questions)
I've got the same problem using SFTP 3.4.4.112
This is with blocking as true - if false, it hangs at the var km = new KeyManager();
stage.
This scenario is running through this code from 4 projects, at the same time.
Thanks, Paul
this.sftp = new SFTP();
this.sftp.ProgressEvent += sftp_ProgressEvent;
this.sftp.DoneEvent += sftp_DoneEvent;
this.sftp.Hostname = FtpAddress;
this.sftp.Login = FtpUserName;
this.sftp.Blocking = true;
this.sftp.Resume = true;
var km = new KeyManager();
var type = km.Load(FtpKeyLocation);
this.sftp.PrivateKey = km.PrivateKey(type);
this.sftp.Authentication = SFTP.Authentications.PublicKey;
this.sftp.Connect();
Complete thread:
- Attempted to read or write protected memory. - Archit.Aggarwal@in.ey.com, 2010-03-17, 11:44
- Re: Attempted to read or write protected memory. - wodDamir, 2010-03-17, 12:15
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 16:06
- Re: Attempted to read or write protected memory. - wodDrazen, 2013-12-16, 16:19
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 16:53
- Re: Attempted to read or write protected memory. - wodSupport, 2013-12-16, 16:45
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 17:03
- Re: Attempted to read or write protected memory. - wodSupport, 2013-12-16, 17:13
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 18:51
- Re: Attempted to read or write protected memory. - wodSupport, 2013-12-16, 18:52
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 18:51
- Re: Attempted to read or write protected memory. - wodSupport, 2013-12-16, 17:13
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 17:03
- Re: Attempted to read or write protected memory. - wodDrazen, 2013-12-16, 16:19
- Re: Attempted to read or write protected memory. - Paul, 2013-12-16, 16:06
- Re: Attempted to read or write protected memory. - wodDamir, 2010-03-17, 12:15