次のようなバッチ スクリプトを用意します。
>>ftp.txt open ftp.site.com
>>ftp.txt username
>>ftp.txt password
>>ftp.txt directoryname
>>ftp.txt quit
ftp -s ftp.txt
フォルダ「ディレクトリ名」内のすべてのファイルを削除するにはどうすればよいですか?
次のようなバッチ スクリプトを用意します。
>>ftp.txt open ftp.site.com
>>ftp.txt username
>>ftp.txt password
>>ftp.txt directoryname
>>ftp.txt quit
ftp -s ftp.txt
フォルダ「ディレクトリ名」内のすべてのファイルを削除するにはどうすればよいですか?