10-28-2015 11:14 PM
Hi all,
Im currently trying out NAS-01G for FTP Server.
I have created a folder - Public, and a user, at the NAS device webpage with its Read/Write Access enabled.
I use the FTP Directiory Listing.vi to view the files on Public folder, and display on a table. It works well. I can see the containing files/folder on the Public folder.
However, when I perform FTP Get File.vi, it prompt me an error:
Error 15550 occurred at FTP Transaction:
550 Permission denied.
This error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provided a description for the code, or you might have wired a number that is not an error code to the error code input.
Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system or ActiveX. For these third-party errors, you might be able to obtain a description of the error by searching the Web for the error code (15550) or for its hexadecimal representation (0x00003CBE).
I believe this is due to read/write access to the sub folder is restricted. I may not have the permission to access the sub folder to copy the file.
The Public folder have a few sub folders. The sub folders are created manually by right clicking and add new folder. There is no other way I could create the sub folders through the NAS device webpage.
Anybody have experience in regards to working on this?
Thanks.