ftp 에서 jdk 다운받기
$ cd /tmp
$ ls -al
total 4
drwxrwxrwt 2 root wheel 512 Mar 22 03:56 .
drwxr-xr-x 17 root wheel 512 Mar 15 11:32 ..
$ ftp ftp.java.sun.com
Connected to ftp.java.sun.com.
220 sunsdlc1-23.cartnj1-dc1.genuity.net FTP server (Version wu-2.6.1(1) Wed Dec 6 11:31:47 EST 2000) ready.
Name (ftp.java.sun.com:dev): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub
250-
250- Java(tm)/HotJava(tm) Binary Code License
250- ----------------------------------------
250-
250-Sun grants to you ("Licensee") a non-exclusive, non-transferable
250-license to use the HotJava and Java binary code versions (hereafter,
250-"Binary Software") without fee. Licensee may distribute the Binary
250-Software to third parties provided that the copyright notice and this
250-statement appear on all copies. Licensee agrees that the copyright
250-notice and this statement will appear on all copies of the software,
250-packaging, and documentation or portions thereof.
250-
250-In the event Licensee creates additional classes or otherwise extends
250-the Applet Application Programming Interface (AAPI), licensee will
250-publish the specifications for such extensions to the AAPI for use by
250-third party developers of Java-based software, in connection with
250-licensee's commercial distribution of the Binary Software.
250-
250-RESTRICTED RIGHTS: Use, duplication or disclosure by the government is
250-subject to the restrictions as set forth in subparagraph (c) (1) (ii)
250-of the Rights in Technical Data and Computer Software Clause as DFARS
250-252.227-7013 and FAR 52.227-19.
250-
250-SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
250-THE BINARY SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT
250-LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
250-PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
250-ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
250-DISTRIBUTING THE BINARY SOFTWARE OR ITS DERIVATIVES.
250-
250-By downloading, using or copying this Binary Software, Licensee agrees
250-to abide by the intellectual property laws, and all other applicable
250-laws of the U.S., and the terms of this License. Ownership of the
250-software shall remain solely in Sun Microsystems, Inc.
250-
250- Sun shall have the right to terminate this license immediately by
250-written notice upon Licensee's breach of, or non-compliance with, any
250-of its terms. Licensee shall be liable for any infringement or
250-damages resulting from Licensee's failure to abide by the terms of
250-this License.
250-
250-**********************************************************************
250-
250-
250 CWD command successful.
ftp> cd j2sdk
250 CWD command successful.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,157,19)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> cd 1.3.1
250 CWD command successful.
ftp> pwd
257 "/pub/j2sdk/1.3.1" is current directory.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,104,115)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> rls
?Invalid command.
ftp> bin
200 Type set to I.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,30,220)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> cd oeiqt1298
250 CWD command successful.
ftp> pwd
257 "/pub/j2sdk/1.3.1/oeiqt1298" is current directory.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,230,57)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> get j2sdk-1_3_1_02-linux-i386.bin
local: j2sdk-1_3_1_02-linux-i386.bin remote: j2sdk-1_3_1_02-linux-i386.bin
227 Entering Passive Mode (128,167,104,34,191,147)
150 Opening BINARY mode data connection for j2sdk-1_3_1_02-linux-i386.bin (26311391 bytes).
100% |***********************************************************************| 25694 KB 00:00 ETA
226 Transfer complete.
26311391 bytes received in 509.73 seconds (50.41 KB/s)
$ ls -al
total 4
drwxrwxrwt 2 root wheel 512 Mar 22 03:56 .
drwxr-xr-x 17 root wheel 512 Mar 15 11:32 ..
$ ftp ftp.java.sun.com
Connected to ftp.java.sun.com.
220 sunsdlc1-23.cartnj1-dc1.genuity.net FTP server (Version wu-2.6.1(1) Wed Dec 6 11:31:47 EST 2000) ready.
Name (ftp.java.sun.com:dev): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub
250-
250- Java(tm)/HotJava(tm) Binary Code License
250- ----------------------------------------
250-
250-Sun grants to you ("Licensee") a non-exclusive, non-transferable
250-license to use the HotJava and Java binary code versions (hereafter,
250-"Binary Software") without fee. Licensee may distribute the Binary
250-Software to third parties provided that the copyright notice and this
250-statement appear on all copies. Licensee agrees that the copyright
250-notice and this statement will appear on all copies of the software,
250-packaging, and documentation or portions thereof.
250-
250-In the event Licensee creates additional classes or otherwise extends
250-the Applet Application Programming Interface (AAPI), licensee will
250-publish the specifications for such extensions to the AAPI for use by
250-third party developers of Java-based software, in connection with
250-licensee's commercial distribution of the Binary Software.
250-
250-RESTRICTED RIGHTS: Use, duplication or disclosure by the government is
250-subject to the restrictions as set forth in subparagraph (c) (1) (ii)
250-of the Rights in Technical Data and Computer Software Clause as DFARS
250-252.227-7013 and FAR 52.227-19.
250-
250-SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
250-THE BINARY SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT
250-LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
250-PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
250-ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
250-DISTRIBUTING THE BINARY SOFTWARE OR ITS DERIVATIVES.
250-
250-By downloading, using or copying this Binary Software, Licensee agrees
250-to abide by the intellectual property laws, and all other applicable
250-laws of the U.S., and the terms of this License. Ownership of the
250-software shall remain solely in Sun Microsystems, Inc.
250-
250- Sun shall have the right to terminate this license immediately by
250-written notice upon Licensee's breach of, or non-compliance with, any
250-of its terms. Licensee shall be liable for any infringement or
250-damages resulting from Licensee's failure to abide by the terms of
250-this License.
250-
250-**********************************************************************
250-
250-
250 CWD command successful.
ftp> cd j2sdk
250 CWD command successful.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,157,19)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> cd 1.3.1
250 CWD command successful.
ftp> pwd
257 "/pub/j2sdk/1.3.1" is current directory.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,104,115)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> rls
?Invalid command.
ftp> bin
200 Type set to I.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,30,220)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> cd oeiqt1298
250 CWD command successful.
ftp> pwd
257 "/pub/j2sdk/1.3.1/oeiqt1298" is current directory.
ftp> ls -al
227 Entering Passive Mode (128,167,104,34,230,57)
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp> get j2sdk-1_3_1_02-linux-i386.bin
local: j2sdk-1_3_1_02-linux-i386.bin remote: j2sdk-1_3_1_02-linux-i386.bin
227 Entering Passive Mode (128,167,104,34,191,147)
150 Opening BINARY mode data connection for j2sdk-1_3_1_02-linux-i386.bin (26311391 bytes).
100% |***********************************************************************| 25694 KB 00:00 ETA
226 Transfer complete.
26311391 bytes received in 509.73 seconds (50.41 KB/s)