AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Netzwerke Delphi files exchange between two pc

files exchange between two pc

Ein Thema von marconi8 · begonnen am 12. Jul 2003 · letzter Beitrag vom 13. Jul 2003
Antwort Antwort
marconi8

Registriert seit: 12. Jul 2003
19 Beiträge
 
#1

files exchange between two pc

  Alt 12. Jul 2003, 23:32
for example there is two pc, each of them is remote pc and under firewall
,what components i must to use for this problem solution

i try to make file exchange between two pc which are under firewalls

i am using D5 + Indy

thanks
  Mit Zitat antworten Zitat
Benutzerbild von sakura
sakura

Registriert seit: 10. Jun 2002
Ort: München
11.412 Beiträge
 
Delphi 11 Alexandria
 
#2

Re: files exchange between two pc

  Alt 13. Jul 2003, 07:44
You could, theoretically, use the TIdTCPServer and the TIdTCPClient components. You cannot by-pass the firewalls with any component. You have to configure the firewall in a way, that it will allow your programm to send and receive data.

......
Daniel W.
Ich bin nicht zurück, ich tue nur so
  Mit Zitat antworten Zitat
Gast
(Gast)

n/a Beiträge
 
#3

Re: files exchange between two pc

  Alt 13. Jul 2003, 09:57
Another approach could be to use a protocal such as FTP or HTTP to transfer both files and control data.

This has the advantage that you won't have to invent your own protocol. HTTP (as to my opinion) provides more options than FTP ... furthermore it's easier to secure it using some kind of encryption (Digest ...). FTP as defined as internet standrad does not provide such facility. Therefore you would have to use SSL to extend the FTP protocol to your needs.

AFAIK Indy provides both ... HTTP server/client and FTP server/client components.
  Mit Zitat antworten Zitat
Gast
(Gast)

n/a Beiträge
 
#4

Re: files exchange between two pc

  Alt 13. Jul 2003, 10:00
By the way: don't try to use FTP via port 80 behind a firewall. Of course this is possible, why not, but the firewall (if sophisticated enough) might verify packet contents.

HTTP and FTP have pretty obvious packets which you (or a firewall) could easily recognise by looking at them.
  Mit Zitat antworten Zitat
marconi8

Registriert seit: 12. Jul 2003
19 Beiträge
 
#5

Re: files exchange between two pc

  Alt 13. Jul 2003, 12:02
thats mean that i must to use TIdHTTP client/server components to made file exchange betweeen two or more pc , which are under firewalls and also they all are remote from each other


can somebody describe theory of this type, i am newbie and i still can't find any normal manuals for indy components

TIdHTTP means , that i can make file exchanging with others trought port 80 or 8080 until server administrator closes port 80 or 8080
yes ! i am right or not ?
  Mit Zitat antworten Zitat
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:50 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz