FTP サーバーにログインしてからディレクトリに移動するバッチ スクリプトを作成しました。mget コマンドで問題が発生しました。ディレクトリ内のすべての .dat ファイルをダウンロードしたいのですが、次のエラーが返されるだけです。
Cannot access file '/home/minecraft/multicraft/servers/server267/world/players/*.dat':No such file or directory.
200 Type set to: ANSI
Cannot find list of remote files
これが私のスクリプトです(cmdから実行)
open 66.71.244.202
USER
PASSWORD
cd /world
cd players
mget *.dat