All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- integration with Code Climate + simplecov
- RuboCop with auto-fixes
- this changelog
- server: more debugging
- server:
- command dispatch via class
- store files as a set
- tests: running against ruby 2.2.7
0.2.0 - 2017-07-26
- server:
size
command implementation
- tests: updated ruby versions tested via Travis CI
0.1.1 - 2014-04-17
- documentation: more, plus a contributors doc
- server:
- fail to initialize if control or passive ports are invalid
- reset port from initial server address
0.1.0 - 2013-09-30
- tests: integration with Travis CI
- documentation: GitHub-flavored markdown changes
- file:
last_modified_time
- server:
- wildcard support in
list
command mdtm
command implementationrnfr
command implementationrnto
command implementationdele
command implementationmkd
command implementation
- wildcard support in
- server: real implementation of
cwd
command
0.0.9 - 2011-11-21
- server: initial respond code
220
0.0.8 - 2011-11-21
- server: detect running state via
TCPSocket
instead oflsof
0.0.7 - 2011-10-07
- server:
reset
command to clear stored files
0.0.6 - 2011-06-12
- server: pass args to commands via splat
0.0.5 - 2011-05-12
- file: accessors for data and created fields
- server:
add_file
method for direct file additionretr
command implementationlist
command implementationnlst
command implementation
0.0.4 - 2011-03-06
- docs: show how to test active upload
- file: accept active/passive type at initialization
0.0.3 - 2011-03-06
- server:
- initial active mode implementation
port
command
- server:
stor
behavior depending on active/passive mode
0.0.2 - 2011-03-05
- file: initial implementation for in-memory store
- server:
#files
method for fetching all stored file names#file
method for fetching rich file object by name
- server: use in-memory store instead of local scratch directory
- initial release with basic usage and docs