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

bfuchs

Permission denied error

This worked, thank you!
martin

Re: Permission denied error

It definitely should not be "/Outbox/*". Remove the /*.
bfuchs

Permission denied error

Hi I'm getting an error permission denied on the following
Set transferResult = _
    mySession.SynchronizeDirectories( _
        SynchronizationMode.SynchronizationMode_Local, _
        "H:\FTP\", "/Outbox/*", 0, 0, _
        SynchronizationCriteria.SynchronizationCriteria_Time, _
        myTransferOptions)

Any idea how to fix that?
thom321

Glad to hear it is working.
Rock28

@thom321,

Thank you so much for the code! It works excellently with no errors! Much, much appreciated!

You rock!
thom321