EACCES file from Ftpfolder
-
Hi I get eacces Return code when I try to open a file in my ftp folder I try to open it read only Wondering a few things I created a while ago not sure it’s password protected ( don’t think so ) Or maybe I have to use FTP api to copy it or read it Wondering if any one has had any experience with this Thanks
-
Hi I get eacces Return code when I try to open a file in my ftp folder I try to open it read only Wondering a few things I created a while ago not sure it’s password protected ( don’t think so ) Or maybe I have to use FTP api to copy it or read it Wondering if any one has had any experience with this Thanks
-
I think we need some more details. Can you access the folder to get a directory listing? Is this a local or remote folder? Do you have administrator access to the folder/file? Is this at a command prompts or in some application?
From a Windows MFC program I have notify callback whenever the directory changes. I download via EZAFTPKA program Ftp api on z/os a binary file ( sysadata of a program this is like pdb in VS) after the notify file added I try to _sopen for read only Thanks
-
From a Windows MFC program I have notify callback whenever the directory changes. I download via EZAFTPKA program Ftp api on z/os a binary file ( sysadata of a program this is like pdb in VS) after the notify file added I try to _sopen for read only Thanks
-
This may be a simple matter of Windows not trusting the source of the file. I know that sometimes when downloading files Windows will semi-quarantine them and you need to enable access manually. Take a look at the file itself and check the properties.
-
I know this code worked once since that time I installed Norton wonder if that’s getting in the Way Guess you don’t think it’s an FTP issue ok thanks