Can REST be followed by STOR?

2019-06-11 10:32发布

I'm trying to create a simple FTP server, and I'm not sure how to implement REST correctly.

The documentation says that the REST command affects the command immediately following it, but it doesn't say which commands can follow REST.

I assume it's used mostly for RETR, so a file download can be resumed, but I'm not sure about STOR, since APPE already does that.

1条回答
姐就是有狂的资本
2楼-- · 2019-06-11 11:21

I found the answer in the RFC - REST can be followed by APPE, STOR, or RETR.

查看更多
登录 后发表回答