cristalmolix Posted March 11, 2010 Share Posted March 11, 2010 hi guys im using rsync to sync from my windows machine to a linux box ok so my command is rsync -avz --delete "/cwRsync" username@subdomain.strongspace.com:testrsync ok obviously i replace it with my stuff the prob is it asks me for my password and then just hangs if i bash the keyboard it says connection closed by the servers ip i have openssh installed cygwin and rsync under windows and cygwin packaged any help ? Quote Link to comment https://forums.phpfreaks.com/topic/194936-rsync-problem-qindows-hangs-after-pwd/ Share on other sites More sharing options...
cristalmolix Posted March 15, 2010 Author Share Posted March 15, 2010 shell acccess disables on server, full error wioth ssh command Quote Link to comment https://forums.phpfreaks.com/topic/194936-rsync-problem-qindows-hangs-after-pwd/#findComment-1026709 Share on other sites More sharing options...
oni-kun Posted March 19, 2010 Share Posted March 19, 2010 shell acccess disables on server, full error wioth ssh command Are you replacing the said url's parts with your own username and password data? If it asks for a password and then closes the connection (IE it does acknowledge your request) then you aren't using a supported method or your credentials are not correct and it refused to continue the request. What do you mean SSH is disabled? It's disallowed on the server? Quote Link to comment https://forums.phpfreaks.com/topic/194936-rsync-problem-qindows-hangs-after-pwd/#findComment-1028472 Share on other sites More sharing options...
cristalmolix Posted March 31, 2010 Author Share Posted March 31, 2010 using ssh i got the full error it said server dosent allow shell connections Quote Link to comment https://forums.phpfreaks.com/topic/194936-rsync-problem-qindows-hangs-after-pwd/#findComment-1034930 Share on other sites More sharing options...
oni-kun Posted April 6, 2010 Share Posted April 6, 2010 using ssh i got the full error it said server dosent allow shell connections Then the server clearly does not allow SSH. Refer to properly install rsync under CYGWIN, and make sure SSH ports are open. Quote Link to comment https://forums.phpfreaks.com/topic/194936-rsync-problem-qindows-hangs-after-pwd/#findComment-1037589 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.