Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

j_r_smith

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