Hi, i have problem to upload file to FTP Server. I use this code for upload a file :
…. fx = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,'fwb.txt'); fx.write('Testing');
controlSocket.write('STOR '+ fx.name +'\n',e.from); …
The response error is : [SERVER] 553 Can't open that file: Permission denied
I think that i have problem to access a local file. Can you help me ? thanks