Error Downloading File - Wildcard Issue?
Group,
I'm receiving a file not found error when trying to download a file using a wildcard in the name. However, when I use the full file name it works without issue. Below is a section of the DebugLog file in the hopes it may provide additional detail. Also, the server I'm downloading from is running AIX 6.
<session xmlns="https://winscp.net/schema/session/1.0" name="qcupload@vm6klab1" start="2013-08-14T21:07:07.742Z">
<group name="open -hostkey="ssh-rsa 2048 0e:2b:76:24:bf:50:e7:29:f5:01:2b:e6:59:16:ea:10" -timeout=15 sftp://qcupload:***@vm6klab1" start="2013-08-14T21:07:08.539Z">
</group>
<group name="stat -- "/U/softprint/FTP14*.x"" start="2013-08-14T21:07:08.664Z">
<stat>
<filename value="/U/softprint/FTP14*.x" />
<result success="false">
<message>Can't get attributes of file '/U/softprint/FTP14*.x'.</message>
<message>No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 7</message>
</result>
</stat>
<failure>
<message>Can't get attributes of file '/U/softprint/FTP14*.x'.</message>
<message>No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 7</message>
</failure>
</group>
<group name="exit" start="2013-08-14T21:07:08.789Z">
</group>
</session>
Thank you,
Jason
I'm receiving a file not found error when trying to download a file using a wildcard in the name. However, when I use the full file name it works without issue. Below is a section of the DebugLog file in the hopes it may provide additional detail. Also, the server I'm downloading from is running AIX 6.
<session xmlns="https://winscp.net/schema/session/1.0" name="qcupload@vm6klab1" start="2013-08-14T21:07:07.742Z">
<group name="open -hostkey="ssh-rsa 2048 0e:2b:76:24:bf:50:e7:29:f5:01:2b:e6:59:16:ea:10" -timeout=15 sftp://qcupload:***@vm6klab1" start="2013-08-14T21:07:08.539Z">
</group>
<group name="stat -- "/U/softprint/FTP14*.x"" start="2013-08-14T21:07:08.664Z">
<stat>
<filename value="/U/softprint/FTP14*.x" />
<result success="false">
<message>Can't get attributes of file '/U/softprint/FTP14*.x'.</message>
<message>No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 7</message>
</result>
</stat>
<failure>
<message>Can't get attributes of file '/U/softprint/FTP14*.x'.</message>
<message>No such file or directory.
Error code: 2
Error message from server: No such file
Request code: 7</message>
</failure>
</group>
<group name="exit" start="2013-08-14T21:07:08.789Z">
</group>
</session>
Thank you,
Jason