Note to visitors
This wiki page, albeit new and light on content is the official online help guide for how to use supportfiles.sun.com. We invite members and Sun employees to contribute content to this guide to help make the guide more useful to you and others.
Table of Contents
FAQs
1. Where's my file? - NEW
2. Can external users still use anonymous FTP to upload their files? - NEW
3. What are the major differences between the FTP and HTTPS file transport protocols?
4. Why was HTTPS chosen over other protocols like SSL-FTP or FTP over SSH?
5. How do customers upload/download core or explorer files using HTTPS?
6. What is Sun's policy regarding customer upload/download requirements?
7. Are there issues when transferring large files?
8. How does one get CURL downloaded and ready to go?
8a. How do I see upload progress with a CURL HTTP(S) upload?
9. Is openSSL also required for CURL?
10. Can we provide an alternative non-GUI option to customers?
11. What should I do if I do not have a browser installed on the machine being affected?
12. Can Sun Explorer output be automatically uploaded using HTTPS?
13. What is the estimated transfer rate to expect when uploading/downloading customer files?
14. Are there things I can try if I am experiencing slow transfer rates when uploading/downloading files?
15. What indication is given to a customer that their file has been successfully uploaded?
16. How long will a file be stored on the various supportfiles.sun.com destination directories before it is deleted from the system? Can a deleted file be retrieved from HTTPS log files or must the user transmit the file again?
17. How do I get support, report a problem, or send feedback regarding Sun's Secure File Transfer Service? - Updated/Revised
1. Where's my file?
Customer Uploads
|
| 2. Can external users still use anonymous FTP to upload their files? Yes. External users can still use anonymous ftp to upload and download to and from supportuploads.sun.com, supportfiles.sun.com etc. |
| 3. What are the major differences between the FTP and HTTPS file transport protocols FTP is a method for exchanging files over the internet utilizing standard TCP/IP protocols to enable data transfer.
|
| 4. Why was HTTPS chosen over other protocols like SSL-FTP or FTP over SSH? When Sun did its initial review of the options available, there were two primary reasons why the HTTPS direction was selected:
|
| 5. How do customers upload/download core or explorer files using HTTPS? The HTTPS method can be utilized either via a web browser, or via command line interface, using third party tools, such as CURL(for additional details on using CURL, refer to FAQ questions 6-9). Customers who prefer a web browser can be directed to one of the following sites: Upload files: https://supportfiles.sun.com/upload Customers are instructed by the Sun engineer to choose a destination directory in which to upload their file, based on the customer location and type of file being uploaded. Choices are:
Download files: https://supportfiles.sun.com/download Customers are instructed by the Sun engineer to choose a directory from which to download their file, based on the customer location and type of file being downloaded. Choices are:
|
| 6. What is Sun's policy regarding customer upload/download requirements? Customers are not allowed to upload and download files from/to the same directory. Although customers can place files in any of the destination directories at /upload, and get files from /downloads, customers are not allowed to read or delete any other files within the directory they are uploading/downloading from. It is the responsibility of the support engineer, in conjunction with the external customer, to determine the exact file name and full path name, so the file/destination folder can be appropriately identified. |
| 7. Are there issues when transferring large files? Standard browsers have a 2GB upload limitation, therefore, CURL is recommended for transferring files larger than 2GB. CURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS. CURL compiled in 64bit mode has no size limitation. A customer can use CURL to send files automatically with HTTPS, just as files are sent automatically with FTP. |
| 8. How does one get CURL downloaded and ready to go? The easiest solution is download Sun Explorer version 5.5 or later from http://sunsolve.sun.com/explorer Alternatively visit http://www.sunfreeware.com An example of using CURL with ksh/bash follows: curl -T $1 https://supportfiles.sun.com/curl?file=$2\&root=$3 An example of using CURL with csh follows: curl -T $1 https://supportfiles.sun.com/curl\?file=$2\&root=$3 where: $1 is the local filename $2 is the remote filename - no path $3 is the remote directory (one of the following)
|
| 9. Is openSSL also required for CURL? The CURL binary included with Sun Explorer is statically linked with OpenSSL and does not require OpenSSL to be installed on the system. The CURL package on http://www.sunfreeware.com |
| 10. Can we provide an alternative non-GUI option to customers? CURL is the recommended non-GUI transport option. |
| 11. What should I do if I do not have a browser installed on the machine being affected? The recommended tool is CURL. Alternatively, you can also move the core file to another system on the network which does have a web browser installed. |
| 12. Can Sun Explorer output be automatically uploaded using HTTPS? Sun Explorer version 5.5 and later support automatically uploading Explorer output to Sun using HTTPS by specifying the -P option on the Explorer commandline. The latest version of Sun Explorer can be downloaded from http://sunsolve.sun.com/explorer |
| 13. What is the estimated transfer rate to expect when uploading/downloading customer files? The time it takes to upload/download files will vary depending on the size of the file, network traffic, what geographic region the customer is located in, etc. Although performance via HTTPS is generally slower than FTP, the enhanced security offered by HTTPS makes it the recommended protocol to use for customers who have security concerns with transmitting files via FTP. In general, US customers usually have somewhat better performance because the files are stored on a server located in the United States. Performance times may be slower for customers/engineers located in non-US locations. |
| 14. Are there things I can try if I am experiencing slow transfer rates when uploading/downloading files? Yes. Please try the following to enhance your transfer rates:
In mozilla try Edit -> Preferences -> Privacy & Security -> SSL Click "Edit Ciphers" and go through each of the three tabs and disable anything higher than 128-bit. Now try reconnecting to supportfiles - downloads/uploads should be faster.
|
| 15. What indication is given to a customer that their file has been successfully uploaded? A limitation of the current client-side tool, is the absence of an indicator advising the user of the progress of the upload towards completion. Customers should be patient. Hitting the upload button multiple times may actually cause the file transmission to stop and be restarted. If an upload has successfully completed, the customer should see the following message on their display: "Thanks for your upload. Your file has been stored as <full file/path name> on the Supportfiles service." |
| 16. How long will a file be stored on the various supportfiles.sun.com destination directories before it is deleted from the system? Can a deleted file be retrieved from HTTPS log files or must the user transmit the file again? Depending on the type of file, they are stored anywhere from 3-20 days on the destination directories. Once a file is deleted from a destination directory, it can not be retrieved and must be transmitted again. |
| 17. How do I get support or report a problem I am experiencing with the HTTPS functionality? External customers can click on the Contact link that displays in the footer (left side) on all supportfiles.sun.com pages. Depending on the nature of the problem, one can either:
|
User Tips
Labels
Sign up or Log in to add a comment or watch this page.
