Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mmayer

    (@mmayer)

    No such luck. Just tried it using the latest WordPress from SVN trunk, a fresh check-out with no plugins installed or enabled, same result.

    However, I make this code change:

    $ svn di ./wp-admin/includes/class-wp-filesystem-ssh2.php
    Index: wp-admin/includes/class-wp-filesystem-ssh2.php
    ===================================================================
    --- wp-admin/includes/class-wp-filesystem-ssh2.php	(revision 12131)
    +++ wp-admin/includes/class-wp-filesystem-ssh2.php	(working copy)
    @@ -334,7 +334,7 @@
     			return false;
    
     		$ret = array();
    -		$dir = @dir('ssh2.sftp://' . $this->sftp_link .'/' . ltrim($path, '/') );
    +		$dir = @dir($path);
    
     		if ( ! $dir )
     			return false;

    And it works.

    Installing Plugin: Guest Blogger 1.4.1

    Downloading install package from http://downloads.wordpress.org/plugin/guest-blogger.1.4.1.zip.

    Unpacking the package.

    Installing the plugin.

    Successfully installed the plugin Guest Blogger 1.4.1.

    Actions: Activate Plugin | Return to Plugin Installer

    It’s been a few months since you posted your question. Maybe this still helps. I found this site today: http://srackham.wordpress.com/

    It’s a command line client for WordPress written in Python called blogpost.py.

Viewing 2 replies - 1 through 2 (of 2 total)