Download a file from server using putty
scp user@host:<file_absolute_path> .
scp deploy@192.168.0.1:/deployment/timescity/web/production/shared/application.log .
Note: don't forget to use dot(.) at last, it will download file to current folder
No comments:
Post a Comment