Add support for FTP dumb transport to the HTTP implementation
commit286a061dfe53c3822c91abaa4f0a6622de69e14a
authorShawn O. Pearce <spearce@spearce.org>
Thu, 8 May 2008 00:06:03 +0000 (7 20:06 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:32:04 +0000 (11 01:32 -0400)
treeb060a3633a91f35a74f521f98d26980d34e933de
parentb370be4acfb7df0d2bd4a76907cf3bfeb177aca9
Add support for FTP dumb transport to the HTTP implementation

Our underlying implementation for the HTTP transport supports
the FTP protocol (the JRE usually provides support for it).
So we can easily support an FTP based dumb transport through
that very same code.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/clone/CloneSourcePage.java
org.spearce.jgit/src/org/spearce/jgit/transport/TransportHttp.java