hsthompson
Registered
I want to empty a folder on a web server via shell script. My current code doesn't work.
What would be the correct way?
Code:
rm myusername@ssh.mydomain.com:./public_html/images/*.*
What would be the correct way?