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