Forums

scp from python anywhere to my local machine

Hello,

I want to download my nginx logs from python anywhere. I know I could download it from the Files tab, but I wanted to know if is it possible to do scp to get this data? It's would be easier to do scp ...log* .

You can use scp (I think), just use ssh.pythonanywhere.com as the host name.

Yup- check out this PythonAnywhere help page.