Skip to content
View danielbwa's full-sized avatar

Highlights

  • Pro

Block or report danielbwa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. List and download all files in a dir... List and download all files in a directory through sftp with php / ssh2. In my example i use scandir to list the files and ssh2_scp_recv to grab a file. I've found a lot of examples using fopen to grab the remote file, that didn't work for me and i found the code below cleaner than the fopen option. For an example on how to do the same as my example through fopen: http://randomdrake.com/2012/02/08/listing-and-downloading-files-over-sftp-with-php-and-ssh2/
    1
    <?php
    2
    
                  
    3
    $username = "your_username";
    4
    $password = "your_pass";
    5
    $url      = 'your_stp_server_url';
  2. passenger-ruby-heroku-demo passenger-ruby-heroku-demo Public

    Forked from phusion/passenger-ruby-heroku-demo

    Demonstrates running a Ruby app on Heroku with Phusion Passenger

    Ruby

  3. rswag rswag Public

    Forked from rswag/rswag

    Seamlessly adds a Swagger to Rails-based API's

    Ruby

  4. sanity sanity Public

    Forked from withassociates/sanity

    An automated sanity check, intended to catch common errors on production sites.

    Ruby