Help - command line - how to upload ALL files and folders?

Core FTP client questions and answers
Locked
InGearX
Posts: 4
Joined: Sat Mar 31, 2012 11:47 pm

Help - command line - how to upload ALL files and folders?

Post by InGearX »

good day :)

I have

[code]"C:\Program Files (x86)\CoreFTP\coreftp.exe" -s -O -site mysite -u C:\_TEMP\* -p /[/code]

where C:\_TEMP\
has many folders under it...

works fine [b]but it fails to upload the folders AKA directories :( how do I remedy this?[/b]

Please help

Please advise

thank you...
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

That should work but you can also add -recurse after the -s parameter.
InGearX
Posts: 4
Joined: Sat Mar 31, 2012 11:47 pm

Post by InGearX »

[quote="ForumAdmin"]That should work but you can also add -recurse after the -s parameter.[/quote]yes thank you that did the trick :)

maybe you also know the answer to http://www.coreftp.com/forums/viewtopic ... e2b#964818
Locked