Adjust behaviour of RNFR #111

Closed
freman wants to merge 5 commits from freman/goftp-server:rnfr-tweak into master
First-time contributor

A fix for #109

An alternate fix would be to implement optional interfaces on the drivers for commands and let people chose to implement them or not

A fix for #109 An alternate fix would be to implement optional interfaces on the drivers for commands and let people chose to implement them or not
lunny reviewed 2020-04-19 03:11:14 +00:00
Dismissed
cmd.go Outdated
@ -845,6 +845,11 @@ func (cmd commandRnfr) RequireAuth() bool {
}
func (cmd commandRnfr) Execute(conn *Conn, param string) {
_, err := conn.Driver().Stat(param)
Owner

_, err := conn.Driver().Stat(conn.buildPath(param))

_, err := conn.Driver().Stat(conn.buildPath(param))
Owner

CI failed.

CI failed.
Author
First-time contributor

I fixed the thing I broke, I don't think it's failing for anything I broke any more.

I fixed the thing I broke, I don't think it's failing for anything I broke any more.
lunny added this to the 0.6 milestone 2020-07-07 16:11:22 +00:00
Owner

Since we begin to v2, please send to branch v2.

Since we begin to v2, please send to branch v2.
lunny closed this pull request 2020-12-04 11:35:51 +00:00
lunny removed this from the 0.6 milestone 2020-12-04 11:38:46 +00:00
Some checks are pending
continuous-integration/drone/pr Build is failing
checks / check and test (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: goftp/server#111
No description provided.