feat(ftp): support upload, download and PASV rebind (#13)

Co-authored-by: E99p1ant <[email protected]>
This commit is contained in:
Li4n0
2021-05-05 12:59:50 +08:00
committed by GitHub
co-authored by E99p1ant
parent 3d8507e682
commit b39ee101f9
15 changed files with 374 additions and 146 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<span slot="loadData" slot-scope="loadData">
<a-tag v-if="loadData"
color="#eb2f96"
>True</a-tag><a-tag v-else color="#f5222d">False</a-tag>
>TRUE</a-tag><a-tag v-else color="#f5222d">FALSE</a-tag>
</span>
<span slot="fileNum" slot-scope="files">
<a-tag v-if="files.length>=3"