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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -