Skip to content

FTP-клиент для ОдноСкрипта

License

Notifications You must be signed in to change notification settings

antonyfg/oscript-ftp

 
 

Repository files navigation

FTP-Клиент для ОдноСкрипта

Установка

opm install ftp

Использование

#Использовать ftp

Соединение = Новый FtpСоединение("example.com");

Соединение.Записать("/local/file.txt", "/dir/");

Файлы = Соединение.НайтиФайлы("/dir/", "file.txt");

Файл = Файлы[0];

РазмерФайла = Файл.Размер();

About

FTP-клиент для ОдноСкрипта

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 66.8%
  • 1C Enterprise 33.2%