ftplogin.txt (dosyasının içeriği)
kullaniciadi
sifre
binary
hash
lcd c:\rapor\
get rapor1.xls
get rapor2.doc
bye
ftp1.bat (batch file – toplu iş dosyasının içeriği)
@echo off
ftp -s:ftplogin.txt 88.888.99.121
Bu batch file Scheduled Tasks ile otomatik çalışacak bir görev haline getirilebilir.
prompt
mdelete *.*
quit
ile ftp klasöründe tüm dosyaları silebilirsiniz.