batch file - FTP Glob won't work -
i have problem ftp via command line.
this how run ftp file:
ftp -i -s:backup.ftp pause
and ftp file:
open host user pass mget *.json disconnect quit
i getting error: no such file or directory. if change * specific filename, work. can see, didn't turn globbing off.
also, when connect ftp server, globbing work. seems ftp server blocks globbing or something. idea??
Comments
Post a Comment