@99720 check this detailed article here at https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/
Как удалить файл с хостинга с помощью curl -T?
-
Записать понятно как curl -T C:\fail.txt ftp://login:password@ftp.domen.ru///public_html/
а если надо удалить файл как это сделать с помощью БАС?
-
@Samael_96, как-то так:
curl -v -u username:pwd ftp://host/target.txt -Q "DELE target.txt"