Re: File doesn't get transmitted using upload a (General questions)
I’ve added a Blocking = true and the following error came up:
AN unhandled exception of type ‘System.exception’ occurred in weonlydo.client.sftp.dll
Additional info: Server returned an error: General failure
Then I put the putFile method call in a try-catch block and the following error came up:
System.Exception: Server returned an error: General failure
at n.aa()
at n.t()
at n.d(String A_0)
at n.d(String A_0, String A_1)
at WeOnlyDo.Client.SFTP.PutFile(String LocalFile, String RemotePath)
at 3.CS_Upload_and_Download.Form1.button5_Click(object sender, EventArgs e) in c:program etc… sample.cs:line 366
which is the line of:
sftp1.PutFile(textBox5.Text, textBox6.Text);
Complete thread:
- File doesn't get transmitted using upload and dow - Kamal, 2005-01-04, 13:15
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 13:41
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 14:55
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 15:12
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 15:39
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 16:03
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 16:16
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 16:43
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 18:37
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 10:08
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 11:05
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 12:18
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 14:57
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 15:11
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 15:20
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 15:23
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 18:19
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 19:41
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 18:19
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 15:23
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 15:20
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 15:11
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 14:57
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 12:18
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-05, 11:05
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-05, 10:08
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 18:37
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 16:43
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 16:16
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 16:03
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 15:39
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 15:12
- Re: File doesn't get transmitted using upload a - wodSupport, 2005-01-04, 14:55
- Re: File doesn't get transmitted using upload a - Kamal, 2005-01-04, 13:41