1
0
Эх сурвалжийг харах

Dead link

Source commit: b4c4d1f085fc7b4b65129461583b9c657b466954
Martin Prikryl 1 жил өмнө
parent
commit
d23fa11d89

+ 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