When you want a file complied at hh:mm on yyyy-mm-dd, please refer to the below 2 examples.
yyyy, mm, dd, hh and mm represent the year, month, day, hour and minute values for the time of generation (UTC) respectively. Since the data files are made every ten minutes, mm is to be either 00, 10, 20, 30, 40 or 50.
(1) Input following URL into the address field in your browser.
https://ds.data.jma.go.jp/gmd/ship/data/ShipData/dd/Z__C_RJTD_yyyymmddhhmm--_SHIP_ORIGINAL_AN.txt
(2) Input your UID and password.
wget --http-user=***** --http-passwd=********** -O test.txt -o LogFile.txt https://ds.data.jma.go.jp/gmd/ship/data/ShipData/dd/Z__C_RJTD_yyyymmddhhmm--_SHIP_ORIGINAL_AN.txt
In addition to these options, use options about the HTTPS.
* Note: Depending on the configuration of your computer, there will be some possibilities that the above method may not be valid. Please consult with relevant manuals and make changes to the command to get the data as appropriate, so that you can manage the HTTPS and the Digest Access Authorization.