Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17615 > unrolled thread
| Started by | "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> |
|---|---|
| First post | 2012-08-10 18:38 +0000 |
| Last post | 2012-08-10 18:39 +0000 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.lang.java.programmer
com.sun.ftp? "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> - 2012-08-10 18:38 +0000
Re: com.sun.ftp? "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> - 2012-08-10 18:38 +0000
Re: com.sun.ftp? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-t9h-this> - 2012-08-10 18:38 +0000
Re: com.sun.ftp? "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> - 2012-08-10 18:39 +0000
Re: com.sun.ftp? "Roedy Green" <roedy.green@1:261/38.remove-t9h-this> - 2012-08-10 18:39 +0000
| From | "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> |
|---|---|
| Date | 2012-08-10 18:38 +0000 |
| Subject | com.sun.ftp? |
| Message-ID | <50254C4E.56561.calajapr@time.synchro.net> |
From: "Knute Johnson" <knute.johnson@1:261/38.remove-k2r-this> From: "Knute Johnson" <knute.johnson@1:261/38.remove-qhs-this> From: "Knute Johnson" <knute.johnson@1:261/38.remove-p82-this> From: Knute Johnson <nospam@knutejohnson.com> Anybody know what the plans are for com.sun.ftp? I've got a project that would work out really well if I could use the FtpClient class from that package. Is it in the Mac version of Java 7? Thanks, -- Knute Johnson -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> |
|---|---|
| Date | 2012-08-10 18:38 +0000 |
| Message-ID | <50254C4E.56563.calajapr@time.synchro.net> |
| In reply to | #17615 |
To: Knute Johnson From: "Knute Johnson" <knute.johnson@1:261/38.remove-k2r-this> To: Knute Johnson From: "Knute Johnson" <knute.johnson@1:261/38.remove-qhs-this> To: Knute Johnson From: "Knute Johnson" <knute.johnson@1:261/38.remove-p82-this> To: Knute Johnson From: Knute Johnson <nospam@knutejohnson.com> On 8/6/2012 1:37 PM, Knute Johnson wrote: > Anybody know what the plans are for com.sun.ftp? I've got a project > that would work out really well if I could use the FtpClient class from > that package. Is it in the Mac version of Java 7? > > Thanks, > Except it isn't com.sun.ftp, it's sun.net.ftp. It's been one of those days already. -- Knute Johnson -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-t9h-this> |
|---|---|
| Date | 2012-08-10 18:38 +0000 |
| Message-ID | <50254C4F.56566.calajapr@time.synchro.net> |
| In reply to | #17615 |
To: Knute Johnson From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-k2r-this> To: Knute Johnson From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-qhs-this> To: Knute Johnson From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-p82-this> To: Knute Johnson From: Arne Vajhoj <arne@vajhoej.dk> On 8/6/2012 4:37 PM, Knute Johnson wrote: > Anybody know what the plans are for com.sun.ftp? I've got a project > that would work out really well if I could use the FtpClient class from > that package. Is it in the Mac version of Java 7? Why not use the Apache Common Net library? Instead of relying on some undocumented can change anytime stuff. Arne -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Knute Johnson" <knute.johnson@1:261/38.remove-t9h-this> |
|---|---|
| Date | 2012-08-10 18:39 +0000 |
| Message-ID | <50254C4F.56570.calajapr@time.synchro.net> |
| In reply to | #17620 |
To: Arne Vajhøj From: "Knute Johnson" <knute.johnson@1:261/38.remove-k2r-this> To: Arne Vajhoj From: "Knute Johnson" <knute.johnson@1:261/38.remove-qhs-this> To: Arne Vajhoj From: "Knute Johnson" <knute.johnson@1:261/38.remove-p82-this> To: Arne Vajhoj From: Knute Johnson <nospam@knutejohnson.com> On 8/6/2012 3:02 PM, Arne Vajhoj wrote: > On 8/6/2012 4:37 PM, Knute Johnson wrote: >> Anybody know what the plans are for com.sun.ftp? I've got a project >> that would work out really well if I could use the FtpClient class from >> that package. Is it in the Mac version of Java 7? > > Why not use the Apache Common Net library? > > Instead of relying on some undocumented can change anytime stuff. > > Arne > > I think I was assuming that it is a coming feature. Why would they go to the effort to create an ftp package and include it in the JDK if it wasn't going to be a regular package some day. -- Knute Johnson -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@1:261/38.remove-t9h-this> |
|---|---|
| Date | 2012-08-10 18:39 +0000 |
| Message-ID | <50254C51.56578.calajapr@time.synchro.net> |
| In reply to | #17615 |
To: Knute Johnson From: "Roedy Green" <roedy.green@1:261/38.remove-k2r-this> To: Knute Johnson From: "Roedy Green" <roedy.green@1:261/38.remove-qhs-this> To: Knute Johnson From: "Roedy Green" <roedy.green@1:261/38.remove-p82-this> To: Knute Johnson From: Roedy Green <see_website@mindprod.com.invalid> On Mon, 06 Aug 2012 13:37:15 -0700, Knute Johnson <nospam@knutejohnson.com> wrote, quoted or indirectly quoted someone who said : >Anybody know what the plans are for com.sun.ftp? I've got a project >that would work out really well if I could use the FtpClient class from >that package. Is it in the Mac version of Java 7? There are some other packages you could use. See http://mindprod.com/jgloss/ftp.html -- Roedy Green Canadian Mind Products http://mindprod.com The greatest shortcoming of the human race is our inability to understand the exponential function. ~ Dr. Albert A. Bartlett (born: 1923-03-21 age: 89) http://www.youtube.com/watch?v=F-QA2rkpBSY -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 -+- BBBS/Li6 v4.10 Dada-1 + Origin: Prism bbs (1:261/38) -+- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24 --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web