Click here to Skip to main content
15,908,172 members
Home / Discussions / C#
   

C#

 
Questioncreate and use .DLL Pin
DrooBo19-Jan-14 6:28
DrooBo19-Jan-14 6:28 
SuggestionRe: create and use .DLL Pin
Richard MacCutchan19-Jan-14 6:52
mveRichard MacCutchan19-Jan-14 6:52 
AnswerRe: create and use .DLL Pin
Dave Kreskowiak19-Jan-14 6:57
mveDave Kreskowiak19-Jan-14 6:57 
AnswerRe: create and use .DLL Pin
DrooBo19-Jan-14 7:30
DrooBo19-Jan-14 7:30 
GeneralRe: create and use .DLL Pin
Dave Kreskowiak19-Jan-14 10:22
mveDave Kreskowiak19-Jan-14 10:22 
GeneralRe: create and use .DLL Pin
Richard MacCutchan19-Jan-14 22:36
mveRichard MacCutchan19-Jan-14 22:36 
AnswerRe: create and use .DLL Pin
Ron Beyer19-Jan-14 10:38
professionalRon Beyer19-Jan-14 10:38 
GeneralRe: create and use .DLL Pin
BillWoodruff19-Jan-14 12:58
professionalBillWoodruff19-Jan-14 12:58 
GeneralRe: create and use .DLL Pin
Ron Beyer19-Jan-14 13:18
professionalRon Beyer19-Jan-14 13:18 
GeneralRe: create and use .DLL Pin
BillWoodruff19-Jan-14 15:09
professionalBillWoodruff19-Jan-14 15:09 
GeneralRe: create and use .DLL Pin
Ron Beyer19-Jan-14 15:12
professionalRon Beyer19-Jan-14 15:12 
AnswerRe: create and use .DLL Pin
BillWoodruff19-Jan-14 11:00
professionalBillWoodruff19-Jan-14 11:00 
AnswerRe: create and use .DLL Pin
Mycroft Holmes19-Jan-14 18:07
professionalMycroft Holmes19-Jan-14 18:07 
GeneralRe: create and use .DLL Pin
DrooBo19-Jan-14 22:42
DrooBo19-Jan-14 22:42 
Questionabout suppoted technologies Pin
gupta vipin11118-Jan-14 6:25
gupta vipin11118-Jan-14 6:25 
AnswerRe: about suppoted technologies Pin
Dave Kreskowiak18-Jan-14 6:37
mveDave Kreskowiak18-Jan-14 6:37 
SuggestionDelete an edited answer Pin
agent_kruger18-Jan-14 2:28
professionalagent_kruger18-Jan-14 2:28 
GeneralRe: Delete an edited answer Pin
Richard MacCutchan18-Jan-14 4:15
mveRichard MacCutchan18-Jan-14 4:15 
GeneralRe: Delete an edited answer Pin
thatraja18-Jan-14 4:21
professionalthatraja18-Jan-14 4:21 
GeneralRe: Delete an edited answer Pin
agent_kruger18-Jan-14 18:18
professionalagent_kruger18-Jan-14 18:18 
QuestionLINQ Query Grouping Pin
eddieangel17-Jan-14 13:20
eddieangel17-Jan-14 13:20 
AnswerRe: LINQ Query Grouping Pin
OriginalGriff17-Jan-14 20:23
mveOriginalGriff17-Jan-14 20:23 
GeneralRe: LINQ Query Grouping Pin
eddieangel20-Jan-14 6:23
eddieangel20-Jan-14 6:23 
QuestionC# tamir sharp ssh, scp incomplete file transfer Pin
Michael Gaida16-Jan-14 6:03
Michael Gaida16-Jan-14 6:03 
Hi,

i'm currently developing an application that uses tamir sharp ssh for file transfer

http://www.tamirgal.com/blog/page/SharpSSH.aspx[^].

I created a datalayer, that references the tamir sharp ssh dll (version 1.1.13).

I'm using the asynchronous method

scp.From(sourceFileName, destFileName);


to receive a file from a remote server.

and i have also registered an appropriate event callback

scp_OnEnd(string sourceFile, string destinationFile, int transferredBytes, int totalBytes, string message)


this callback is triggered after a transfer was completed by the scp.From method.

The methods scp.From(..) works fine, for file sizes like 1MB. If i use files larger than 10MB than, the file is not transferred completely. Actually it's a zip file, and 99% of the file is transferred, only a few bytes are always missing. Mostly i'm missing between 1k and 3k bytes - depending on the total file size. If i try to open the file with a zip-tool it complains about an unexpected end of the archive.

does anyone have experienced a similar behavior?
Does anyone have an idea what could cause this issue?

Is there maybe a free alternative to this c# library?

Thanks,

Regards,

Michael
AnswerRe: C# tamir sharp ssh, scp incomplete file transfer Pin
Eddy Vluggen18-Jan-14 0:58
professionalEddy Vluggen18-Jan-14 0:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.