Slowness to Hang-up (General questions)

by michael090 @, (7517 days ago)

Hi,
I'm trying to upload simultaneous file using SFTP. But after a proccess of upload and finish. Then transfer again simultaneously a file it seems the programs become slow and then hang-up... Is there a way to prevent this and allow the program to upload files simulataneously another after another?


Regards,
Dan

locked

Re: Slowness to Hang-up

by Jasmine, (7517 days ago) @ michael090

Michael,

can you send me your code again? I'd like to see it - not much I can say what could be causing this. You can do only one transfer at a time, and you must wait for previous to finish before you can initiate new one.

locked

Re: Slowness to Hang-up

by michael090 @, (7516 days ago) @ Jasmine

Sir,
I'd already sent an email attached with the code I'm creating with this problem.

Thanks for all your help.

locked

Re: Slowness to Hang-up

by Jasmine, (7516 days ago) @ michael090

Ok, got it, changed it back so it doesn't work in blocking mode. Should work much nicer :)

locked

Re: Slowness to Hang-up

by michael090 @, (7516 days ago) @ Jasmine

When should i change blocking =false? After a folder uploaded?

locked

Re: Slowness to Hang-up

by Jasmine, (7516 days ago) @ michael090

Didn't you receive my email? I sent you full app based on your sample.

Basically, change Blocking = False prior to connect, and never touch it again..

locked

Re: Slowness to Hang-up

by michael090 @, (7516 days ago) @ Jasmine

Oh, sorry for not paying attention. Just receive ur email this minute...

Thanks again for the help & sorry for disturbing you...

Regards,
Dan

locked