Sun's Remote Procedure Call is a set of services used by many Unix systems, like NFS (Network File System).
I want to construct a RPC Program to transfer any type of files. But I am getting segmentation fault after …
I want to transfer binary files to remote server. I am using SUN/ONC RPC (rpcgen on Linux) for my …