Discussion:
FTP file permissions
(too old to reply)
William
2008-03-08 14:00:19 UTC
Permalink
Hi,
I'm using FtpFindFirstFile to search the specified FTP directory. I get the
file and directory entries in the WIN32_FIND_DATA structure, but how can I
get file permissions with wininet?

Thanks,
William

url:http://www.ureader.com/gp/1518-1.aspx
Volodymyr M. Shcherbyna
2008-03-18 08:52:49 UTC
Permalink
When it comes to permissions, I think you may use FtpCommand to send cmds to
server, and parse response manually. Take a look at
http://www.codeproject.com/KB/IP/FTPBypkhach.aspx this just gives you a
basic idea about approach.
--
V.
This posting is provided "AS IS" with no warranties, and confers no
rights.
Post by William
Hi,
I'm using FtpFindFirstFile to search the specified FTP directory. I get the
file and directory entries in the WIN32_FIND_DATA structure, but how can I
get file permissions with wininet?
Thanks,
William
url:http://www.ureader.com/gp/1518-1.aspx
Loading...