Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

ChessGuru

Get filename with "/"

Please ignore this thread. "/" is not a valid character in file name.

Thanks.
:oops:
martin

Re: Get filename with /

What are you trying to achieve by the get *03/27/2017*?
ChessGuru

Get filename with /

I have the following code:
option batch continue
option confirm off

option batch off

open sftp........
cd /outgoing

option transfer binary
lcd foldername
get *03/27/2017*

I get prompted with:
Error listing directory '*03/27'.
Permission denied
Error code: 3
Error message from server: User x has no view rights to foldername/?03/27].
<A>bort, <R>etry, <S>kip:

I believe it does not like "/". I have been trying to get around this to no avail. Any help is greatly appreciated!!