0

My zip file is on my desktop. location (/home/User/Desktop/example.zip) I want to upload that file on this by terminal or shell script. Is there is any solution?

Here is my destination https://i.stack.imgur.com/gfiBC.jpg

1 Answers1

1

If I understand correctly you want to upload a file with a script. You can do that simply by recording a macro in Firefox.

Refer Tutorial:

Dextro67
  • 195
  • 9
  • Short similar. I want my zip file upload on specific link. My source is: (Example/Desktop/example.zip) Destination is: (script or terminal open Firefox and open specific weblink which i give in script.) processs of script: pick zip file from my ubuntu desktop and drop it on specific weblink .. – Cristopher Sneil Dec 02 '16 at 10:19
  • 1
    curl -T -u : i used this command (WebDAV) is an extension of the Hypertext Transfer Protocol (HTTP) is Weblink extension ... – Cristopher Sneil Dec 02 '16 at 11:01