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

c# - Store DBContext Log in other EF table -

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

Nuget pack csproj using nuspec -