Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi committed Aug 2, 2011
1 parent 6122276 commit b10e401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -152,6 +152,9 @@ written in the remote file.
#### Ftp.rename(from, to, callback)
Renames a file in the server. `from` and `to` are both filepaths.

#### Ftp.ls(filePath, callback)
Lists information about files or directories and yields an array of file objects with parsed file properties to the callback. You should use this function instead of `stat` or `list` in case you need to do something with the individual files properties.

#### Ftp.keepAlive()
Refreshes the interval thats keep the server connection active. There is no
need to call this method since it is taken care internally
Expand Down

0 comments on commit b10e401

Please sign in to comment.