carl
Hi,
I'm using the SmartFTP library with C++. I found that the SetUnixAttributes() method does not send the correct value to the server.
For example:
result=Ftp_Connection->SetUnixAttributes(bstr_filename,767);
The server log shows:
[20051114 17:27:28] SITE CHMOD 2FF myfile.txt
It should be SITE CHMOD 767 myfile.txt
I'm using the SmartFTP library with C++. I found that the SetUnixAttributes() method does not send the correct value to the server.
For example:
result=Ftp_Connection->SetUnixAttributes(bstr_filename,767);
The server log shows:
[20051114 17:27:28] SITE CHMOD 2FF myfile.txt
It should be SITE CHMOD 767 myfile.txt