Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.54 KB

Quick Checksum

English

It is a simple script for sharing files using the Apache service. It is a set of code that I have prepared to practice on the bash language; It helps to easily share files by controlling the Apache service.

Usage:

bash easy_share.sh

  • -f/--file : File to open for sharing.
  • -s/--share : Open the file to share (used with the -f command).
  • -r/--remove : Delete the file in the share (used with the -f command).
  • -o/--open : To open the sharing service.
  • -t/--terminate : To close the sharing service.
  • -l/--list : Listing shared file names.
  • -h/--help : To print these usage notes on the screen.

Türkçe

Apache servisini kullanarak dosya paylaşımı yapmaya yarayan basit bir yazılımdır. Bash dili üzerine alıştırma yapmak için hazırladığım bir kod bütünüdür; Apache servisini kontrol ederek kolayca dosya paylaşımı yapmaya yarıyor.

Kullanım:

bash easy_share.sh

  • -f/--file <dosya adı> : Paylaşım için açılacak dosya.
  • -s/--share : Paylaşılacak dosyayı açın (-f komutuyla kullanılır).
  • -r/--remove : Paylaşımdaki dosyayı silin (-f komutuyla kullanılır).
  • -o/--open : Paylaşım servisini açmak için.
  • -t/--terminate : Paylaşım hizmetini kapatmak için.
  • -l/--list : Paylaşılan dosya adlarının listelenmesi.
  • -h/--help : Bu kullanım notlarını ekrana yazdırmak için.