Re: what to do against error 30033 - WeOnlyDo Discussion board

Re: what to do against error 30033 (General questions)

by dp, Wednesday, April 06, 2005, 16:15 (6982 days ago) @ wodSupport

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: