Get with wildcard also tranferring files from subdirectories
I have a scripth that is set to download all files from a directory on an FTP server. It is also getting all of the files from a subdirectory in that folder. Why is this?
It is a fairly simple script. See below.
option batch on
option confirm off
open GDTFactura
option transfer binary
get *.* c:\reports\factura\input\
exit
It is a fairly simple script. See below.
option batch on
option confirm off
open GDTFactura
option transfer binary
get *.* c:\reports\factura\input\
exit