Add SFTP backend

This commit is contained in:
Alexander Neumann 2014-10-04 19:20:15 +02:00
parent bfd99a9be6
commit f848afed27
6 changed files with 456 additions and 37 deletions

View file

@ -22,5 +22,7 @@ type Server interface {
Remove(Type, ID) error
Version() uint
Close() error
Location() string
}