Cannot read directory on aws sftp serverUnix: Sync directory with SFTP directorycannot connect sftp to ubuntu...

Can I use my Chinese passport to enter China after I acquired another citizenship?

Do the concepts of IP address and network interface not belong to the same layer?

Can the Supreme Court overturn an impeachment?

Journal losing indexing services

When quoting, must I also copy hyphens used to divide words that continue on the next line?

Freedom of speech and where it applies

Drawing ramified coverings with tikz

Can I sign legal documents with a smiley face?

Why do IPv6 unique local addresses have to have a /48 prefix?

Would it be legal for a US State to ban exports of a natural resource?

Why is Arduino resetting while driving motors?

Can a significant change in incentives void an employment contract?

Confusion on Parallelogram

Flux received by a negative charge

How do I extrude a face to a single vertex

Should I stop contributing to retirement accounts?

Transformation of random variables and joint distributions

Proving a function is onto where f(x)=|x|.

Java - What do constructor type arguments mean when placed *before* the type?

In Star Trek IV, why did the Bounty go back to a time when whales are already rare?

Folder comparison

Can someone explain how this makes sense electrically?

What linear sensor for a keyboard?

Is there a word to describe the feeling of being transfixed out of horror?



Cannot read directory on aws sftp server


Unix: Sync directory with SFTP directorycannot connect sftp to ubuntu serverFTP.exe ls to local Output File Permission Denied on Local NetworkLoad Balanced SFTP ServerEfficient short life FTP server on AWSSFTP: Writable root directory?totalcommander sftp 2.0.0 plugin aws, can't connect with non “ec2-user” userCreating a Subdomain for an SFTP site on AWSWhat is aws sftp password for open ssh loginHow do I setup ftp/sftp on aws













0















I can log into my server with cyberduck and filezilla but cannot read my homedirectory. The s3bucket "mybucket" exists. In cyber duck I see "Cannot readdir on root. Please contact your web hosting service provider for assistance." and in Filezilla "Error: Reading directory .: permission denied" even though I can connect to server.



Am I missing some permission in the policies below ?



These are my trust relationships :



{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "s3.amazonaws.com"
},
"Action": "sts:AssumeRole"
},
{
"Effect": "Allow",
"Principal": {
"Service": "transfer.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}


These are my permissions



{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": "arn:aws:s3:::MYBUCKET"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::MYBUCKET/*"
},
{
"Sid": "VisualEditor2",
"Effect": "Allow",
"Action": "transfer:*",
"Resource": "*"
}
]
}








share







New contributor




user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I can log into my server with cyberduck and filezilla but cannot read my homedirectory. The s3bucket "mybucket" exists. In cyber duck I see "Cannot readdir on root. Please contact your web hosting service provider for assistance." and in Filezilla "Error: Reading directory .: permission denied" even though I can connect to server.



    Am I missing some permission in the policies below ?



    These are my trust relationships :



    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Principal": {
    "Service": "s3.amazonaws.com"
    },
    "Action": "sts:AssumeRole"
    },
    {
    "Effect": "Allow",
    "Principal": {
    "Service": "transfer.amazonaws.com"
    },
    "Action": "sts:AssumeRole"
    }
    ]
    }


    These are my permissions



    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "VisualEditor0",
    "Effect": "Allow",
    "Action": [
    "s3:ListBucket",
    "s3:GetBucketLocation"
    ],
    "Resource": "arn:aws:s3:::MYBUCKET"
    },
    {
    "Sid": "VisualEditor1",
    "Effect": "Allow",
    "Action": [
    "s3:PutObject",
    "s3:GetObject",
    "s3:DeleteObject"
    ],
    "Resource": "arn:aws:s3:::MYBUCKET/*"
    },
    {
    "Sid": "VisualEditor2",
    "Effect": "Allow",
    "Action": "transfer:*",
    "Resource": "*"
    }
    ]
    }








    share







    New contributor




    user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I can log into my server with cyberduck and filezilla but cannot read my homedirectory. The s3bucket "mybucket" exists. In cyber duck I see "Cannot readdir on root. Please contact your web hosting service provider for assistance." and in Filezilla "Error: Reading directory .: permission denied" even though I can connect to server.



      Am I missing some permission in the policies below ?



      These are my trust relationships :



      {
      "Version": "2012-10-17",
      "Statement": [
      {
      "Effect": "Allow",
      "Principal": {
      "Service": "s3.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
      },
      {
      "Effect": "Allow",
      "Principal": {
      "Service": "transfer.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
      }
      ]
      }


      These are my permissions



      {
      "Version": "2012-10-17",
      "Statement": [
      {
      "Sid": "VisualEditor0",
      "Effect": "Allow",
      "Action": [
      "s3:ListBucket",
      "s3:GetBucketLocation"
      ],
      "Resource": "arn:aws:s3:::MYBUCKET"
      },
      {
      "Sid": "VisualEditor1",
      "Effect": "Allow",
      "Action": [
      "s3:PutObject",
      "s3:GetObject",
      "s3:DeleteObject"
      ],
      "Resource": "arn:aws:s3:::MYBUCKET/*"
      },
      {
      "Sid": "VisualEditor2",
      "Effect": "Allow",
      "Action": "transfer:*",
      "Resource": "*"
      }
      ]
      }








      share







      New contributor




      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I can log into my server with cyberduck and filezilla but cannot read my homedirectory. The s3bucket "mybucket" exists. In cyber duck I see "Cannot readdir on root. Please contact your web hosting service provider for assistance." and in Filezilla "Error: Reading directory .: permission denied" even though I can connect to server.



      Am I missing some permission in the policies below ?



      These are my trust relationships :



      {
      "Version": "2012-10-17",
      "Statement": [
      {
      "Effect": "Allow",
      "Principal": {
      "Service": "s3.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
      },
      {
      "Effect": "Allow",
      "Principal": {
      "Service": "transfer.amazonaws.com"
      },
      "Action": "sts:AssumeRole"
      }
      ]
      }


      These are my permissions



      {
      "Version": "2012-10-17",
      "Statement": [
      {
      "Sid": "VisualEditor0",
      "Effect": "Allow",
      "Action": [
      "s3:ListBucket",
      "s3:GetBucketLocation"
      ],
      "Resource": "arn:aws:s3:::MYBUCKET"
      },
      {
      "Sid": "VisualEditor1",
      "Effect": "Allow",
      "Action": [
      "s3:PutObject",
      "s3:GetObject",
      "s3:DeleteObject"
      ],
      "Resource": "arn:aws:s3:::MYBUCKET/*"
      },
      {
      "Sid": "VisualEditor2",
      "Effect": "Allow",
      "Action": "transfer:*",
      "Resource": "*"
      }
      ]
      }






      ftp sftp amazon-web-services





      share







      New contributor




      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 mins ago









      user11020868user11020868

      11




      11




      New contributor




      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user11020868 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          user11020868 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417127%2fcannot-read-directory-on-aws-sftp-server%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          user11020868 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          user11020868 is a new contributor. Be nice, and check out our Code of Conduct.













          user11020868 is a new contributor. Be nice, and check out our Code of Conduct.












          user11020868 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1417127%2fcannot-read-directory-on-aws-sftp-server%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...