Hi all,
Im working on a program to access files from remote hosts. Basically what i want to do is logging in remote Windows/Linux host with valid credentials, check what files exist in a specific folder, read those files. Is there a library I can use to fulfill the above purpose in Linux?
Thanks.
Additional info: I'm using C. The remote hosts are not expected to have any non-default service (say ftp) running on them. So as long as the protocol can support most default-config-hosts, it should be fine.
Thanks again.