Log in

View Full Version : PROT P and STAT -la


thop
09-30-2004, 01:08 PM
I've noticed that "Secure File Listing" has no effect when stat -l is enabled. Is that a bug, by design or just the way stat -l works?

bigstar
09-30-2004, 01:17 PM
STAT -la instructs the ftp server to send the file listing over the command channel. If SSL/TLS is activated then STAT -la will be encypted as well.

thop
09-30-2004, 01:21 PM
So stat -la is always encrypted regardless of "Secure File Listing" and "Secure File Transfer"?

MxxCon
10-01-2004, 08:48 AM
Originally posted by thop
So stat -la is always encrypted regardless of "Secure File Listing" and "Secure File Transfer"? correct. becuase like bigstar mentioned, it's being sent over control connection, which is always encrypted during 'SSL-FTP'

WinEggDrop
10-01-2004, 07:54 PM
Weird.STAT -L = "Secure File Listing"?

bigstar
10-01-2004, 08:22 PM
In this case Yes, only if you're connected to the FTP Server via SSL/TLS.