Explorar o código

Merge branch 'master' into dev

Source commit: 78f975d0036a7b72704e8998dd24b572fd90fc52
Martin Prikryl %!s(int64=4) %!d(string=hai) anos
pai
achega
e5b3acf9d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/core/FtpFileSystem.cpp

+ 1 - 1
source/core/FtpFileSystem.cpp

@@ -3444,7 +3444,7 @@ void __fastcall TFTPFileSystem::HandleReplyStatus(UnicodeString Response)
 
         // full name is "MVS is the operating system of this server. FTP Server is running on ..."
         // (the ... can be "z/OS")
-        // https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.cs3cod0/ftp215-02.htm
+        // https://www.ibm.com/docs/en/zos/latest?topic=2rc-215-mvs-is-operating-system-this-server-ftp-server-is-running-name
         // FZPI has a different incompatible detection.
         FMVS = (FSystem.SubString(1, 3) == L"MVS");
         // The FWelcomeMessage usually contains "Microsoft FTP Service" but can be empty