FTP Upload problem

manios

Active Member
Licensed User
Longtime User
Hi,

I am using the ABFTPUpload function in my app. It works OK, however I noticed recently, that in case the write permission for the directory on the FTP-Server is not set the function will not return an error! The FTP-server does however return an 550 error upon the request of the client.

B4X:
(000026)16.07.2011 11:18:50 - archos (192.168.100.42)> 227 Entering Passive Mode (192,168,100,30,10,166)
(000026)16.07.2011 11:18:50 - archos (192.168.100.42)> STOR 1310807937841.txt
(000026)16.07.2011 11:18:50 - archos (192.168.100.42)> 550 Permission denied

Any idea what goes wrong?
 

manios

Active Member
Licensed User
Longtime User
As a workaround I will now check wether the file I have uploaded really exist on the server. This will make sure the file exists on the server. :)
But I still like to Know what goes wrong in the function!
 
Upvote 0
Top