Skip to content

Commit

Permalink
README file format
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinradu committed Sep 3, 2011
1 parent 6fc028a commit 15f1bbe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ You can use WhiteRaccoon to interact with FTP servers in one of two ways: either


WhiteRaccoon supports the following FTP operations:
* Download file
* Upload file (if the file is already on the server the delegate will be asked if the file can be overwritten)
* Delete file
* Delete directory (only if the directory is empty)
* Create directory
* List directory contents (returns an array of dictionaries, each of the dictionaries has the keys described [here](http://developer.apple.com/library/mac/documentation/CoreFoundation/Reference/CFFTPStreamRef/Reference/reference.html#//apple_ref/doc/c_ref/kCFFTPResourceMode)
-Download file
-Upload file (if the file is already on the server the delegate will be asked if the file can be overwritten)
-Delete file
-Delete directory (only if the directory is empty)
-Create directory
-List directory contents (returns an array of dictionaries, each of the dictionaries has the keys described [here](http://developer.apple.com/library/mac/documentation/CoreFoundation/Reference/CFFTPStreamRef/Reference/reference.html#//apple_ref/doc/c_ref/kCFFTPResourceMode)


### Simple usage
Expand All @@ -20,6 +20,7 @@ WhiteRaccoon supports the following FTP operations:




### Queue usage

Here is how you can use a queue request to create a directory and then add an image in it.
Expand Down

0 comments on commit 15f1bbe

Please sign in to comment.