Re: Another Secure FTP thread -- Protection Levels



C-Kermit does not allow the command channel to be reset to clear
after it is protected by AUTH TLS. This is simply not permitted.

Jeffrey Altman


Ed Gage wrote:
Read through the other FTP thread -- very helpful.

The obstacle I'm dealing with is connecting to a secure FTP server
through our router. I'm behind a Linksys router which for some reason
doesn't like to read encrypted packets.

Here's what I tried with a newly-compiled CKERMIT 8.12:

set ftp autoencryption off
set ftp authtype ssl
set ftp command-protection-level clear
ftp ###.###.###.### /user:##### /password:#####

It responds with:
Connected to ###.###.###.###
SSL accepted as authentication type

....then the self-signed certificate issue discussed in the other
thread, but not a crisis at this time.

The issue is a SHOW FTP returning:

Available security methods:

ftp authtype: SSL
ftp auto-encryption: off
ftp credential-forwarding: off
ftp command-protection-level: safe
ftp data-protection-level: private
ftp secure proxy: (not set)

How come when I set the command-protection-level to clear, it connects
as safe? Is this dictated by the server?

.



Relevant Pages

  • Re: Using FTP Download in VBA Code
    ... Set FTP = New Inet ... The web dudes gave me the wrong FTP address. ... >> Dim strTempFile As String ...
    (microsoft.public.word.vba.customization)
  • Re: FTP Server for Windows CE 5.0
    ... Try to set ftp in passive or active mode to see what happens (in ... Also, Try with another ftp client, such as Filezilla or CuteFTP, i ... Make sure you don't use HTTP proxy ... to specify the password at build time, ...
    (microsoft.public.windowsce.platbuilder)
  • Another Secure FTP thread -- Protection Levels
    ... Read through the other FTP thread -- very helpful. ... The obstacle I'm dealing with is connecting to a secure FTP server ... I'm behind a Linksys router which for some reason ... set ftp autoencryption off ...
    (comp.protocols.kermit.misc)
  • RE: 550 operation not permitted
    ... I have set FTP to anonymous but i can't move it and delete, now how shold i solve this problem. ...
    (freebsd-questions)

Loading