Преглед изворни кода

Dead link

Source commit: b4c4d1f085fc7b4b65129461583b9c657b466954
Martin Prikryl пре 1 година
родитељ
комит
d23fa11d89
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      source/core/SftpFileSystem.cpp

+ 0 - 1
source/core/SftpFileSystem.cpp

@@ -2169,7 +2169,6 @@ bool __fastcall TSFTPFileSystem::IsCapable(int Capability) const
         !FTerminal->IsEncryptingFiles() &&
         (// Specification says that "check-file" should be announced,
          // yet Vandyke VShell (as of 4.0.3) announce "check-file-name"
-         // https://forums.vandyke.com/showthread.php?t=11597
          SupportsExtension(SFTP_EXT_CHECK_FILE) ||
          SupportsExtension(SFTP_EXT_CHECK_FILE_NAME) ||
          // see above