You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframe...@googlegroups.com
Hi there,
Anybody out there know any reason why the cd (change directory) command will not work while using the python based ssh library.
Here is my sample robot statement. SSHLibrary.Put File test.txt /home/robot/ (working fine) SSHLibrary.Execute Command cd /home/robot (not working :( )
is it expected or is it some kind of a bug.
thanks
-binith
binithb
unread,
Dec 4, 2012, 3:56:55 AM12/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframe...@googlegroups.com
Hi
I found it myself, its because each "Execute Command" is executed in a separate shell. I should use "Write" Command instead , after setting "Prompt" while opening connection.
Thanks anyway
-binith
Gu Ru
unread,
Jul 20, 2015, 5:52:49 AM7/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframe...@googlegroups.com
Thank you very much, that was a useful hint/ feedback
Ananda Kumar
unread,
Jul 15, 2019, 7:55:30 AM7/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
Hi All,
Anybody out there know any reason why the cd (change directory) command will not work while using the python based ssh library.
I am also facing same issue.
Please any one help here with example or few line of code, it will be appreciate.