Skip to content

Commit

Permalink
#201, #435 - update doc + give credit to @tahirijaz24
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 9, 2017
1 parent 6941683 commit ea3adde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CREDITS
Expand Up @@ -187,3 +187,8 @@ N: Tory Law
E: git@torypages.com
C: Canada
D: Command line argument enhancements


N: Tahir Ijaz
W: https://github.com/tahirijaz24
D: issue 201, 435
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -5,6 +5,8 @@ Version: 1.5.3 - XXXX-XX-XX

**Enhancements**

- #201: implemented SITE MFMT command which changes file modification time.
(patch by Tahir Ijaz)
- #327: add username and password command line options

**Bug fixes**
Expand Down
3 changes: 2 additions & 1 deletion docs/api.rst
Expand Up @@ -83,7 +83,8 @@ Users
- ``"f"`` = rename file or directory (RNFR, RNTO commands)
- ``"m"`` = create directory (MKD command)
- ``"w"`` = store a file to the server (STOR, STOU commands)
- ``"M"`` = change mode/permission (SITE CHMOD command) *New in 0.7.0*
- ``"M"`` = change file mode / permission (SITE CHMOD command) *New in 0.7.0*
- ``"T"`` = change file modification time (SITE MFMT command) *New in 1.5.3*

Optional *msg_login* and *msg_quit* arguments can be specified to provide
customized response strings when user log-in and quit. The *perm* argument
Expand Down

0 comments on commit ea3adde

Please sign in to comment.