PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → ftp secure connection strange issue
ftp secure connection strange issue
Started by VEGEboss, Dec., 06 2019 2:09 PM - No answer
Registered member
88 messages
Popularité : +2 (2 votes)
Posted on December, 06 2019 - 2:09 PM
Hello folks

I have a curious issue using the FTP connection secure

This happens on my program AND in the FTP demo tool from Windev Projects

If I connect to the ftp server with a "unsecure" connection on the port 21 EVERYTHING runs fine: I get a good connection and I can copy whatever I need
If I connect to the ftp server with a "secure" connection on port 990, I get a good connection BUT the FTPGET command doesn't copy anything

I would like to use the "secure" connection because I have some users from India that can't connect via port 21

someone has some advice for help me?

thank you very much