E edgar_ortiz Active Member Licensed User Longtime User Mar 19, 2017 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2017 #2 It is impossible to say. It depends on the server configuration. Start with FTP.List("/") and see which folder is returned. Upvote 0
It is impossible to say. It depends on the server configuration. Start with FTP.List("/") and see which folder is returned.
E edgar_ortiz Active Member Licensed User Longtime User Mar 19, 2017 #3 Thanks... It's work. Upvote 0