Skip to content

Commit

Permalink
fix: Обработка протокола FTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Stivo182 committed Jul 21, 2024
1 parent a693d22 commit 899556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExternalDataProcessors/cURL/ObjectModule.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@

Функция ЭтоFTP(СхемаURL)
СхемаURL = ВРег(СхемаURL);
Возврат СхемаURL = "FTP";
Возврат СхемаURL = "FTP" Или СхемаURL = "FTPS";
КонецФункции

Процедура ПрочитатьСхемуURL(URL)
Expand Down

0 comments on commit 899556f

Please sign in to comment.