Not Encrypting Data Channel

Here you can submit your bug reports.
Post Reply
FrostyX
Posts: 10
Joined: Thu Apr 24, 2014 4:24 pm

Not Encrypting Data Channel

Post by FrostyX »

Hi! Either using implicit/explicit sll/tls, wingftp can't encrypted fully data :PROT "P" is for "Private" as opposed to "C" for clear text, from encrypted go to unencrypted:

(0000002) PROT P
(0000002) 200 Encrypting Data Channel.
(0000004) 550 File not found
(0000004) PROT C
(0000004) 200 Not Encrypting Data Channel.


Wingftp is proper setup in the firewall, allowed inbound connection on ssl/port, inbound for passive range ports and outbound to range 1025-65535, and port 20. Is there any way to forced only secure connection for both control and data connections, or just not reporting right and igonore the msg?

Is WingFTP support encrypted fxp transfers?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Not Encrypting Data Channel

Post by FTP »

You can use FTPS(FTP with SSL) protocol to handle the encrypted file transfer.
Post Reply