what to do against error 30033 (General questions)

by dp @, (7377 days ago)

I get the error message vom server Server returned invalid response to FXP_ATTRS during GetFile( file.xyz ). This is error 30033.

What can I do against this error on the server !?

Thanks in advance

Daniel[:sad:]

locked

Re: what to do against error 30033

by Jasmine, (7377 days ago) @ dp

DP,

very hard to say. How can we duplicate that issue? What server (vendor, name) are you connecting to?

Do you use full paths?

locked

Re: what to do against error 30033

by dp @, (7377 days ago) @ Jasmine

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!

locked

Re: what to do against error 30033

by Jasmine, (7377 days ago) @ dp

DP,

can you send please complete code to our techsupport@weonlydo.com email? Especially parts when you Connect to the server.

Do you use sftp.Blocking = True?

locked