Error when uploading file to MOS
When I tried to upload a file via curl to MOS I get the following:
root@server:/var/explorer/output# curl -T explorer.004a9928.server-2016.05.16.14.51.tar.gz -u "user@mail.mil" "ftps://transport.oracle.com/issue/3-xxxxxxxxxx/"
Enter host password for user 'user@mail.mil':
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:03:10 --:--:-- 0curl: (7) Failed to connect to transport.oracle.com port 990: Connection timed out
Is there another port I need to try and how do I set it up with curl?
Thanks