Upload folder

Questions about our File Management and Internet FTP plug-in
Locked
User avatar
datadon
Posts: 389
Joined: Sun Apr 03, 2005 7:55 pm
Location: Lorena Texas

Upload folder

Post by datadon »

Can't seem to find example or if possible, but can I upload a local folder full of images using the fmCopyTo action?

Rather than listing all the images one by one, is it possible to just stipulate the folder? What would it looking like in the action?

Don
Don

'If you want to get a brontosaurus from 'a' to 'b' then you ride the dinosaur - you don't carry it!'
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: Upload folder

Post by Neosoft Support »

You should be able to use fmCopyTo to copy folders. Just put the name of the folder in the files field. For example, to copy the folder C:\Test, do the following:

fmCopyTo "Remote1" "C:\Test" "GetConfirmation=Yes;ShowProgress=Yes"
NeoSoft Support
User avatar
datadon
Posts: 389
Joined: Sun Apr 03, 2005 7:55 pm
Location: Lorena Texas

Re: Upload folder

Post by datadon »

Excellent. I knew it talked about folders but I did not see any examples. Thanks!
Don

'If you want to get a brontosaurus from 'a' to 'b' then you ride the dinosaur - you don't carry it!'
Locked