Sub DownBtn_Click
Dim sfile As String
Dim data () As Byte
FTP.DownloadFile(DownEdt.Text, False, File.DirRootExternal&"/FTP","人民.png")
End Sub
Displayed on the server
> 192.168.88.102=ics [16ms] 200 Port command successful.
< 192.168.88.102=ics RETR ??.png
> 192.168.88.102=ics [0ms] 550 '/??.png': no such file or directory.
Tried different Ftp Server will appear ??.png
Dim sfile As String
Dim data () As Byte
FTP.DownloadFile(DownEdt.Text, False, File.DirRootExternal&"/FTP","人民.png")
End Sub
Displayed on the server
> 192.168.88.102=ics [16ms] 200 Port command successful.
< 192.168.88.102=ics RETR ??.png
> 192.168.88.102=ics [0ms] 550 '/??.png': no such file or directory.
Tried different Ftp Server will appear ??.png