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
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: Another Secure FTP thread -- Protection Levels
    ... The obstacle I'm dealing with is connecting to a secure FTP server ... set ftp autoencryption off ... set ftp command-protection-level clear ... ftp command-protection-level: safe ...
    (comp.protocols.kermit.misc)
  • 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)
  • 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)
  • Re: ftp client is not working to all sites since 5/5/08
    ... same response as when router is in play. ... So how did you get a valid response with filezilla going to ... like i said it looks an ftp server application... ... So my issue is logging to my charter webpage. ...
    (microsoft.public.windowsxp.general)

Loading