Skip to main content

Timeline for Expect script for copying file

Current License: CC BY-SA 3.0

13 events
when toggle format what by license comment
Nov 16, 2016 at 9:26 vote accept CommunityBot
Nov 8, 2016 at 21:12 answer added Felippe Silvestre timeline score: 1
Nov 8, 2016 at 19:11 answer added glenn jackman timeline score: 1
S Nov 8, 2016 at 11:40 history suggested Alberto
Add some tags.
Nov 8, 2016 at 11:26 review Suggested edits
S Nov 8, 2016 at 11:40
Nov 8, 2016 at 8:53 comment added user155159 can I do ssh and pull information of cat /etc/iscsi/initiatorname.iscsi via this above script
Nov 8, 2016 at 7:19 comment added meuh Add -o StrictHostKeyChecking=no to the scp command to avoid the error and its prompt, if you are sure it is reasonable for the remote to be changing its host key.
Nov 8, 2016 at 6:51 comment added SHW Are you changing the IP of either source or target machine ?
Nov 8, 2016 at 6:50 comment added user155159 @SHW I changed worked but i am getting this error, I don't know why The authenticity of host VM3 (192.168.0.119)' can't be established. & every time it is waiting for Are you sure you want to continue connecting (yes/no)? caan i skip this message
Nov 8, 2016 at 6:43 comment added SHW spawn /usr/bin/scp /tmp/ranfull ranhalf midran root@$HOST:/tmp/ should be spawn /usr/bin/scp -v /tmp/ranfull /tmp/ranhalf /tmp/midran root@$HOST:/tmp/
Nov 8, 2016 at 6:42 comment added user155159 all are in the same location /tmp.
Nov 8, 2016 at 6:41 comment added Ipor Sircer Where are the files ranhalf and midran? In /tmp?
Nov 8, 2016 at 6:39 history asked user155159 CC BY-SA 3.0