path() Instance Public methods
symlink?() Instance Public methods
connect(path, host, account, password) Class Public methods Create an uploader and pass it to the given block as up. When the block is complete, close the uploader.
new(path, host, account, password) Class Public methods Create an FTP uploader targeting the directory path on host using the given account and password. path will be the root path of the uploader.
close() Instance Public methods Close the uploader.
makedirs(path) Instance Public methods Create the directory path in the uploader root path.
upload_files(wildcard) Instance Public methods Upload all files matching wildcard to the uploader's root path.
append(value) Instance Public methods
member?(obj) Instance Public methods
to_s() Instance Public methods
Page 843 of 11844