dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

Can this library be used for inter server file copy? #119

Open TekCoder31 opened 1 year ago

TekCoder31 commented 1 year ago

Looking for downloading the file from file share using NFS4.

kofemann commented 1 year ago

Can you elaborate your question. Are you does the server code supports servier-side-copy (NFSv4.2) or can client trigger SSC?

The library is mainly focused on server implementation, which includes intra-server copy. However, there is some client code as well, but intended for testing only (to simulate client behaviour during server development).