[fpc-pascal] Getting strange FTP error using Indy 10 idFTP
Zoë Peterson
zoe at scootersoftware.com
Wed Nov 22 21:11:08 CET 2017
On 11/22/2017 1:50 PM, Bo Berglund wrote:
> 20:14:01.018 EXCEPTION: Invalid PORT Command.
Set FTP.Passive := True. PORT is used for active connections, where the
server opens a connection to the client computer for the data stream.
PASV is used for passive connections, where the client opens a second
connection to the server.
https://stackoverflow.com/questions/1699145/what-is-the-difference-between-active-and-passive-ftp#1699163
--
Zoë Peterson
Scooter Software
More information about the fpc-pascal
mailing list