ftp support

This commit is contained in:
微凉
2021-12-16 18:03:58 +08:00
parent 92a0453e00
commit d49f92b542
9 changed files with 294 additions and 7 deletions

View File

@ -34,4 +34,5 @@ type Header struct{
type Link struct {
Url string `json:"url"`
Headers []Header `json:"headers"`
Data []byte
}