The plugin does not support custom wp-content as :
http://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content
so cannot include ftp-form.php on my install of wp.
suggesting :
define( 'SSB_DIR', plugin_dir_path( __FILE__ ) );
define( 'SSB_URL', plugin_dir_url( __FILE__ ) );
on main plugin file.
thx btw.