Sha256: 0f583385f567c432d41a2676e0f0a7363be46f944ada95d3bb9bd4c0b2e178d1

Contents?: true

Size: 1019 Bytes

Versions: 3

Compression:

Stored size: 1019 Bytes

Contents

# Titania

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'Titania'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install Titania

## Usage

<pre>
# Connection
con = Titania::Connection.new(HOST,USERNAME,PASSWORD)
con.get_list(PATH) # Get file list - Return array
con.current_dir # Get current dir
con.change_dir(PATH) # Change current dir
con.delete_file(FILE_PATH, FILE_NAME) # Delete file
con.create_dir(DIR_PATH, DIR_NAME) # Create dir
con.help(arg) # Get Help
con.change_name(CURRENT_NAME,NEW_NAME) # Change file or directory name
con.remove_dir(REMOVE_DIR) # Remove dir
con.file_size(FILE_NAME) # Get file size
con.connection_status # Get connection status
con.close # Close connection
</pre>

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
Titania-0.1.0 README.md
Titania-0.0.9 README.md
Titania-0.0.8 README.md