[Solved] Delete file in linux server using curl command

[ad_1]

Curl is used for sending HTTP requests. Maybe you want to issue the rm command via ssh?

From this stackexchange question:

ssh hostname “rm /myfolder/myFile.zip”

1

[ad_2]

solved Delete file in linux server using curl command