Как сохранить сеансы замазки по локальному пути?

825
kushi

Я хочу сохранить вывод команды ниже:

start C:\Users\Desktop\putty.exe -ssh server_ip -l username -pw password -m <path of the command file> 

Я использовал « > <output_file>» в конце вышеупомянутой команды, но это не сработало.

Как получить логи, сохраненные в файле?

0
http://stackoverflow.com/questions/13023920/how-to-export-putty-sessions-list Frank Sixteen 7 лет назад 0

1 ответ на вопрос

0
user3414674

Once you redirect the output, like so: ls > output.txt

Perform pwd, output.txt will get stored in the present working directory.

If you want to store in local system then go to Settings -> Session -> Logging -> log file name.

You can store the complete session in the file in your local system

Похожие вопросы