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

l.kattis

Figured it out..

I was missing a slash... :oops:
l.kattis

Session.Putfiles gives access denied

Hi,

When I use session.SynchronizeDirectories I can copy a file from my local folder to a remote site without issue.

These are my folders:

Dim signalFolder As String = "e:\Signal"
Dim RemotePathSignal As String = "/Test/"

When I use session.putfiles with [signalFolder & "\*"] as local folder and the same remote path the file gets picked up but then I get: Copying files to remote side failed Access Denied"

Any help?

Thanks,

Lucas