Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: error Session.ExecuteCommand runing scripts /etc/reload.sh

Can you post a complete error you are getting?
chacaman

error Session.ExecuteCommand runing scripts /etc/reload.sh

hi, i have error runing script from Session.ExecuteCommand
the script run but i get a error on the winscp

Step into: Stepping over non-user code 'string.Format'
Step into: Stepping over non-user code 'WinSCP.Session.ExecuteCommand'

and the apps hangs waiting for the response.

onether example:

Dim reload_val As String = String.Format("val reload")
Session.ExecuteCommand(reload_val)