Can't get attributes of file
All,
I'm using the following code:
Set transferResult = scpsession.GetFiles(strDetailList(6), strDetailList(7), strDetailList(8), scptransferOptions)
strDetailList(6) = /feedback/ack/
I get the error mentioned in the subject. If I understand the documentation correctly the forward slash at the end should make it treat the path as a folder and not try to get file attributes for it? I've also tried adding *.* on the end.
If I specify a filename it works so the path is, in theory. valid.
Thanks
Andrew
I'm using the following code:
Set transferResult = scpsession.GetFiles(strDetailList(6), strDetailList(7), strDetailList(8), scptransferOptions)
strDetailList(6) = /feedback/ack/
I get the error mentioned in the subject. If I understand the documentation correctly the forward slash at the end should make it treat the path as a folder and not try to get file attributes for it? I've also tried adding *.* on the end.
If I specify a filename it works so the path is, in theory. valid.
Thanks
Andrew