Slowness to Hang-up (General questions)
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
Re: Slowness to Hang-up
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.
Re: Slowness to Hang-up
Sir,
I'd already sent an email attached with the code I'm creating with this problem.
Thanks for all your help.
Re: Slowness to Hang-up
Ok, got it, changed it back so it doesn't work in blocking mode. Should work much nicer :)
Re: Slowness to Hang-up
When should i change blocking =false? After a folder uploaded?
Re: Slowness to Hang-up
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..
Re: Slowness to Hang-up
Oh, sorry for not paying attention. Just receive ur email this minute...
Thanks again for the help & sorry for disturbing you...
Regards,
Dan