Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi FTP über Socks5 (https://www.delphipraxis.net/69255-ftp-ueber-socks5.html)

moelski 12. Mai 2006 13:30


FTP über Socks5
 
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 :roll: ?

Klaus01 12. Mai 2006 18:14

Re: FTP über Socks5
 
Vielleicht hilft Dir das etwas weiter?

http://groups.google.de/group/borlan...28b4990cfb228a

Grüße
Klaus

moelski 12. Mai 2006 18:23

Re: FTP über Socks5
 
Moin !

Aha, das liessts sich gut. Werde ich gleich mal testen.
Danke derweil!!


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:20 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz