Hi,
Is there a way to read a text file that exists on a remote machine (w/o using ftp)? I tried using File() and gave the entire path as parameter. But the file could not be accessed.
File l_file = new File("/home/gpa/test.txt");
My current location is /home/dcassi/testapp on a different machine.
l_file.exists() returned false.
Thanks in advance.
Ganesh
Is there a way to read a text file that exists on a remote machine (w/o using ftp)? I tried using File() and gave the entire path as parameter. But the file could not be accessed.
File l_file = new File("/home/gpa/test.txt");
My current location is /home/dcassi/testapp on a different machine.
l_file.exists() returned false.
Thanks in advance.
Ganesh