Trying to uplaod files from Unix Host to http://transfer.atlassian.com using curl script

Pushpkant December 19, 2012

Hi,

Can anyone help me in correcting the below mentioned code:

curl --verbose --verbose --form myfile=@upload08102010.txt --form submit=Upload --user username:password http://transfer.atlassian.com/ --proxy http://proxy.net:8443

While running the above code, I am able to login to the server, but not able to Upload the file.

Can anyone please help me in the above issue.

Please find the message after running the script:

<style>input {display: block; margin-top: 1em;}</style>
<div style="width: 650px; margin: 2em auto; padding: 2em; border: 1px solid #ccc">
<span>
<h1>Upload a file</h1>
<p>Uploaded files must be smaller than 2GB. Please compress or
split files larger than 2GB. For specific instructions, please see
<a href="http://confluence.atlassian.com/display/Support/How+to+Transfer+Large+Files+to+Atlassian">
How to Transfer Large Files to Atlassian.</a></p>
<form action="upload_handler" method="POST" enctype="multipart/form-data">
<input type="file" name="myfile">
<input type="submit" name="submit" value="Upload">
</form>
</span>
<span>
<br>
<h2>
No files have been uploaded to this account.
</h2>
</span>
</div>
</div>
<div id="footer">
</div>
</body>

Thanks,

Pushpkant Garg

3 answers

0 votes
Anony Mouse November 1, 2013

Confluence is apparently a Struts app which is where you usually get the *.action?stuff=otherstuff etc. etc. in the URL. The trick is probably to find the right action to call.

0 votes
C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2012

try without the proxy

Pushpkant December 19, 2012

If I try without Proxy.... It will not allow me to login to the server...

C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2012

hmm

i assume the file you wanna upload is smaller than 2GB right?

Pushpkant December 19, 2012

Yes... First I want to test the script.. If it is working fine then i will use it for bulk upload

0 votes
Guido Grune December 19, 2012

Did you try it without the proxy?

Pushpkant December 19, 2012

I tried it with proxy....

Suggest an answer

Log in or Sign up to answer