Hi all,
I succesfully get connection using Filezilla (Client and Server) with
my pc as a ftp server.
But I'm having trouble linking my folder in b4a code:
Long time ago I saw someone in the forum talking about this, but
unfortunately can't find it anymore. :BangHead:
Give me a hint, please.
Thanks.
Asmoro
I succesfully get connection using Filezilla (Client and Server) with
my pc as a ftp server.
But I'm having trouble linking my folder in b4a code:
B4X:
Dim Host, User, Password As String
Host = "127.0.0.1"
User = "test"
Password = "test2"
Dim Port, FTPPIndex, FPLIndex As Int
FTPP(0) = "C:\Users\Asmoro\Desktop\MyFolder\Test\"
Long time ago I saw someone in the forum talking about this, but
unfortunately can't find it anymore. :BangHead:
Give me a hint, please.
Thanks.
Asmoro