Sha256: afbeaf2c58b1ef184f91b88e4111cdd36588a063696c7d6adda400b6fabd32fd

Contents?: true

Size: 156 Bytes

Versions: 1

Compression:

Stored size: 156 Bytes

Contents

$:.unshift( "../lib" )
require 'syncftp'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
syncftp-0.0.1 examples/sample01.rb