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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events