Thema: Delphi FTP über Socks5

Einzelnen Beitrag anzeigen

moelski

Registriert seit: 31. Jul 2004
1.110 Beiträge
 
Delphi 2010 Professional
 
#1

FTP über Socks5

  Alt 12. Mai 2006, 14:30
Moin !

In der Indy FAQ habe ich das hier gefunden:
Zitat:
1.Create an IOHandler such as TIdIOHandlerStack or SSL IOHandler and assign the
TIdFTP.IOHandler property this.
2.Create a TIdSocksInfo object and assign it to the IOHandler's TransparentProxy property.
3.Set the TIdSocksInfo properties as required.
4.If there is another proxy that the SOCKS Proxy itself needs to use, you have to use, set the
Chained Proxy to a TIdCustomTransparentProxy such as TIdSocksInfo for another socks Proxy
or a TIdConnectThroughHttpProxy for a HTTP Tunneling proxy.
5.If you are not using another type of chained proxy, you may be able to use standard PORT
transfers if your SOCKS proxy supports the bind method described in SOCKS: A protocol for TCP
proxy across firewalls (http://archive.socks.permeo.com/prot...ocks4.protocol) and RFC 1928
- SOCKS Protocol Version 5. If your SOCKS proxy does not support that capability, you have to
use PASV (Passive := True) transfers.
Hat das schon mal jemand in Quellcode umgesetzt und könnte mir das mal zeigen ?
Dominik Schmidt
Greetz Dominik

I love Delphi 2007/2010
  Mit Zitat antworten Zitat