Get file issue (synchronizaiton)

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Post Reply
pradhanra01
Posts: 42
Joined: August 27th, 2017, 2:43 am

Get file issue (synchronizaiton)

Post by pradhanra01 »

Dear Gregory Martin,

I am facing problem getting pen file and pff file updated (downloaded) from ftp to Android Device on Csentry 8.1.3.. 8.1.2. While it works fine in CSentry 8.0.1.

So we are not able to update the app on devices from ftp site.

For your reference I have attached here the screen shots
You do not have the required permissions to view the files attached to this post.
savy
Posts: 214
Joined: December 27th, 2012, 1:36 pm

Re: Get file issue (synchronizaiton)

Post by savy »

The "Failed to change directory" error in sauronsoftware ftp4j typically occurs due to permission issues. The FTP server may not have the necessary permissions to access or create directories. You need to ensure that the user account under which the FTP service is running has appropriate permissions to the directories you're trying to access.
Another common cause is incorrect username or password credentials. Some FTP servers don't immediately report authentication errors during login but instead wait until you attempt to change directories before reporting the access denial error.
The error can also occur when trying to access a specific folder path on the FTP server. If you're specifying a particular directory in your FTP connection URL (like ftp://server//FolderName), the directory may not exist or may not be accessible. In some cases, connecting to the root directory of the FTP server (ftp://server/) works, but accessing subdirectories fails due to permission restrictions.
Post Reply