mahesh-maney / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Using pscp for root user will fail #445

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure a session to auto-login as root
2. Right-click the session and click File Copy
3. Type in root user's password to authenticate

What is the expected output? What do you see instead?

It would be expected that the path it would look to connect to would be /root, 
however it does /home/root which does not exist on most systems, so the file 
copy fails.

What version of the product are you using? On what operating system?
1.4.0.5 on Windows 7

Please provide any additional information below.

Using version 1.4.0.3 file copy would connect to the right path (/root)

Original issue reported on code.google.com by the.ku...@gmail.com on 22 Jul 2014 at 3:54