Search found 3 matches

by NicV.
Wed Sep 04, 2024 6:48 am
Forum: FTPAPI
Topic: FTPAPI version 2.6 released ftp_conn and ftp_put
Replies: 5
Views: 38143

Re: FTPAPI version 2.6 released ftp_conn and ftp_put

Hello,

Sorry if our issue in not clear.

How to reproduce:
call ftp_conn to make the ftp connection to any ftp server
call ftp_put to store a file on the ftp server.

We have tried on 3 different ftp servers with the same result.
Ftp_conn makes the connection.
But when you call ftp_put the file is ...
by NicV.
Mon Sep 02, 2024 1:49 pm
Forum: FTPAPI
Topic: FTPAPI version 2.6 released ftp_conn and ftp_put
Replies: 5
Views: 38143

Re: FTPAPI version 2.6 released ftp_conn and ftp_put

Hello,


the issue occurs when connecting to all ftp servers.

I think the issue is caused by the defaults.
When you call ftp_conn wkTLSMode defaults to FTPS_NONE but wkTLSCtrl and wkTLSData default to FTPS_PRIVATE


wkTLSData forces the upgrade of the connection
(ftptcp_upgrade)


You cannot ...
by NicV.
Fri Aug 30, 2024 1:51 pm
Forum: FTPAPI
Topic: FTPAPI version 2.6 released ftp_conn and ftp_put
Replies: 5
Views: 38143

FTPAPI version 2.6 released ftp_conn and ftp_put

Hello,

When trying this new version we have an issue with the ftp_put in combination with ftp_conn to start the ftp session.
For some reason the program tries to upgrade the connection to TLS after the ftp_put command.

below the ftp log


0: FTPAPI version 2.6 released on 2024-01-14
4: 220 ...