Browse Source

Https in comment link

Source commit: 186faf8cb1bfa645c66c29b94c325e59ee7bcc19
Martin Prikryl 4 years ago
parent
commit
98b283f2cb
1 changed files with 1 additions and 1 deletions
  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);