Android Question RESOLVED: FTP Question

edgar_ortiz

Active Member
Licensed User
Longtime User
Hi,

I'm trying to upload a "image" (jpg) to a server, using Filezilla... a user can only access to a folder "X:\Temp\Files"



What is the correct "Server File Path" in:
B4X:
FTP_UPLOAD.UploadFile(DirName, FileName, False, ???)

Thanks in advance,

Edgar
 
Top