The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to upload files from unix host to transfer.atlassian using curl script

Ramkumar Murugesan
October 10, 2018
Hi All,

We have access to upload log files in transfer.atlasssian.xx (xx is sample).

When we are trying to upload via curl cmd, unable to connect the host. Facing time out error..

Curl cmd:

curl --progress-bar mailId@org.com:auth-token -X POST -F "files[]=@file.txt" https://transfer.atlasssian. xx/api/upload/PS-12345

And

curl --verbose --verbose --form=@notes.txt --form submit=Upload --user mailid@org.com:pwd https://transfer.atlasssian. xx/api/upload/PS-12345 --proxy http://proxy.net:8443


I'm getting time out errors for..
Can someone help on this. Any language is fine for me.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Moga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 16, 2018

Hi Ram,

It looks like the machine that you are using to upload files does not have network connectivity to https://transfer.atlassian.com/. Plus, I'm not sure why you are using uploading to transfer.atlasssian.xx (xx is sample)?

You can do simple network troubleshooting like:

ping transfer.atlassian.com

telnet transfer.atlassian.com 443

traceroute transfer.atlassian.com

 

to see where exactly the connection is failing.

Cheers,

Mogavenasan

TAGS
AUG Leaders

Atlassian Community Events