examples/sample01.rb in syncftp-0.0.1 vs examples/sample01.rb in syncftp-0.0.2

- old
+ new

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