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!!
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!!