Explorar o código

Https in comment link

Source commit: 186faf8cb1bfa645c66c29b94c325e59ee7bcc19
Martin Prikryl %!s(int64=4) %!d(string=hai) anos
pai
achega
98b283f2cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/core/SftpFileSystem.cpp

+ 1 - 1
source/core/SftpFileSystem.cpp

@@ -3364,7 +3364,7 @@ void __fastcall TSFTPFileSystem::TryOpenDirectory(const UnicodeString Directory)
     // File can be NULL only when server does not support SSH_FXP_LSTAT.
     // Fallback to legacy solution, which in turn does not allow entering
     // traverse-only (chmod 110) directories.
-    // This is workaround for http://www.ftpshell.com/
+    // This is workaround for https://www.ftpshell.com/
     TSFTPPacket Packet(SSH_FXP_OPENDIR);
     AddPathString(Packet, UnixExcludeTrailingBackslash(Directory));
     SendPacketAndReceiveResponse(&Packet, &Packet, SSH_FXP_HANDLE);