Permissions Denied on viewing .pgp files in sub directory but not text files

2 posts / 0 new
Last post
Anonymous
Permissions Denied on viewing .pgp files in sub directory but not text files
userftp@WEB2 ~/outbound/dev
$ ls -man
total 112
drwxr-x--- 1 10034 545     0 Mar 29 09:35 .
drwxr-x--- 1 10034 545     0 Feb 23 14:16 ..
-rw-r----- 1 10034 545 25543 Mar  8 09:35 FlatFile1457451301521.pgp
-rw-r----- 1 10034 545 25543 Mar 15 09:35 FlatFile1458052512216.pgp
-rw-r----- 1 10034 545 25543 Mar 22 09:35 FlatFile1458657313718.pgp
-rw-r----- 1 10034 545 25543 Mar 29 09:35 FlatFile1459262120408.pgp
-rw-r----- 1 10034 545     0 Mar 23 17:07 test.txt
 
userftp@WEB2 ~/outbound/dev
$ cat FlatFile1457451301521.pgp
cat: FlatFile1457451301521.pgp: Permission denied
 
userftp@WEB2 ~/outbound/dev
$ cat test.txt
asdfasdfasdf
 
How are sub directory permissions set in windows so that copssh is happy w/ them.. ? 
 
Best,
 
Chris 

 

itefix
Offline
Last seen: 6 days 9 hours ago
Joined: 01.05.2008 - 21:33
 

 

As pgp files have different group membership, I wonder if they are transferred in a different way in comparison to *.txt files. Try to run icacls on both file types and compare the output.

Release announcements