ftp断点上传

This commit is contained in:
AriaLyy
2017-07-28 18:57:14 +08:00
parent 1f527572e7
commit 4f40341ee9
67 changed files with 1269 additions and 860 deletions

View File

@@ -34,7 +34,7 @@
/>
<Button
android:id="@+id/ftp"
android:id="@+id/ftp_download"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP 下载"
@@ -42,12 +42,20 @@
/>
<Button
android:id="@+id/ftp_dir"
android:id="@+id/ftp_dir_download"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP 文件夹下载"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/ftp_upload"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP 文件上传"
style="?buttonBarButtonStyle"
/>
</LinearLayout>
</layout>