AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Cross-Platform-Entwicklung IOS App Thread Download FTP weißer Bildschirm

IOS App Thread Download FTP weißer Bildschirm

Ein Thema von oakley · begonnen am 29. Sep 2023 · letzter Beitrag vom 2. Okt 2023
 
Kas Ob.

Registriert seit: 3. Sep 2023
475 Beiträge
 
#3

AW: IOS App Thread Download FTP weißer Bildschirm

  Alt 29. Sep 2023, 12:08
Hi,

Sorry for bad English, and sorry for this is not a full answer for your question.

Your are going after FTP and missing one critical point, FTP does need another channel, meaning it need another connection (socket), with passive mode the client will request the second channel, but without it the server will make the connection to the client, and i am sure your iOS device doesn't have a static Internet IP, and doesn't utilize UPnP out of the box even if your router does support it, mobile ISP never support such protocol.

On other hand FTP is not secure and can't compete with HTTP in speed for downloading, so i highly recommend to drop FTP and switch either HTTPS, SFTP, SSH or WebDAV, it will be way better and more secure, and will work every time.

RealThinkClient as example will simplify this to few lines of code and take care of all the threading you might need, and will perform brilliantly.

ps: many Open and free WiFi will block any traffic not using port 443, expecting and limiting the traffic to HTTPS, all the mentions protocol above can be on that port, removing all the complication with better speed.
Kas
  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 11:08 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