Link to home
Start Free TrialLog in
Avatar of Amzad Mohammad
Amzad MohammadFlag for India

asked on

Change of smb server into afp server?

Hello all,

Currently, i am using smb server but now I want to change it into afp server.

what will be the exact way to change it and connect using afp server?

currently these library are used in the project:
import jcifs.smb.NtlmPasswordAuthentication;
import jcifs.smb.SmbFile;


Thanks in advance.

Regards
Amzad
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

what will be the exact way to change it and connect using afp server?
There is apparently no stable implementation of an AFP client in Java
Avatar of Amzad Mohammad

ASKER

What can be done now?
Becuase earlier we were fetching files from smb server, now it has been changed into afp server.

What is the suitable way to access the files from afp server using current project?

Production is suffering a lot so quick action is needed the most...

Thanks,
Amzad
If you've got a Java client, there could be a workaround but it would be kludgy probably. I don't have the time to look into it, unless it's a paid job
Thank you for your kind support.
https://sourceforge.net/projects/jaffer/ is a possibility but the probably more recent version on Github says that it's unstable
I already import this jar into code but not able to fetch the located files.

Thanks anyways.
Try and build an adapter server.
Java SMB Client  ->SMB+AFP adapter-> AFP server
ASKER CERTIFIED SOLUTION
Avatar of Amzad Mohammad
Amzad Mohammad
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This is working.
To change AFP into SMB server.