I have a LAMP server. I have only Http(80) and HTTPS(443) ports are open.
The users can upload files using PHP form.
Some users are downloading files using wget
.
Are there way to upload files using command line tools?
thank you beforehand.
Arman
SOLUTION(thanks to R. Bemrose)
using the libcurl One can upload files from command line:
nice tutorial: http://www.maheshchari.com/upload-image-file-to-remote-server-with-php-curl