$:.unshift( "../lib" ) require 'syncftp' SyncFTP.new( 'localhost', :loglevel => Logger::DEBUG ).sync( :local => "rootdir", :remote => "temp/syncfs/test" )