Re: what to do against error 30033 (General questions)
Hi,
here is my code:
SFTP obj = Sender as SFTP;
obj.ListNames( . ,Console.OpenStandardOutput());
obj.LocalPath = c:\poc_temp ;
obj.GetFile( .bashrc );
it´s very quaint, that the error occurs and ListNames(...) would not
be executed. Without GetFile(...) the error doesn´t occur and ListNames(...) works!
The Server is a windows machine with a installation of cygwin ssh server. More details are not available, because it´s a internal server.
What is the source of the error ? I need a explanation of this error for solving this problem on server...
Any suggestions ?
Thanks!
Complete thread:
- what to do against error 30033 - dp, 2005-04-06, 13:34
- Re: what to do against error 30033 - wodSupport, 2005-04-06, 14:15
- Re: what to do against error 30033 - dp, 2005-04-06, 16:15
- Re: what to do against error 30033 - wodSupport, 2005-04-06, 20:15
- Re: what to do against error 30033 - dp, 2005-04-06, 16:15
- Re: what to do against error 30033 - wodSupport, 2005-04-06, 14:15