tofuasesino
Member
Hello,
I'm trying to create an app for sending pictures from the device to a PC with FileZilla.
I think that my problem is that I dont actually understand what the full path is in the UploadFile function, because the client connects to the server but cannot upload anything (success is false always) and everytime I try to upload my FileZilla log says this:
(000050)03/09/2021 13:33:37 - prueba (xxx.xxx.xxx.xxx)> TYPE I
(000050)03/09/2021 13:33:37 - prueba (xxx.xxx.xxx.xxx)> 200 Type set to I
Supposedly the user autoconnects to a certain folder that I have created in the desktop. What should this path be?
Thanks in advance.
I'm trying to create an app for sending pictures from the device to a PC with FileZilla.
I think that my problem is that I dont actually understand what the full path is in the UploadFile function, because the client connects to the server but cannot upload anything (success is false always) and everytime I try to upload my FileZilla log says this:
(000050)03/09/2021 13:33:37 - prueba (xxx.xxx.xxx.xxx)> TYPE I
(000050)03/09/2021 13:33:37 - prueba (xxx.xxx.xxx.xxx)> 200 Type set to I
Supposedly the user autoconnects to a certain folder that I have created in the desktop. What should this path be?
B4X:
Dim sf As Object = FTP.UploadFile(sDir, foto, False, "/filezilla/sdcard/" & foto)
Thanks in advance.