The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-26-2008
timmendorf timmendorf is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 2
Exact path to a file

I uploaded a database file to Public_html of a virtual server using Unix and a dedicated ip address. I can reach it by browser in typing the address as xxx.xxx.xxx.xxx/Directoryname/databasename.dat . I am asked what I want to do, download or open.

When I try to reach the file via a program which uses the file, but is not made for using files on a server, but on a local computer, a internal network or a VPN like Hamachi, the program doesn't find the file by typing in the address as shown below:
\\xxx.xxx.xxx.xxx\Directoryname\databasename.dat or \\xxx.xxx.xxx.xxx\public_html\Directoryname\databasename.dat or
//xxx.xxx.xxx.xxx/Directoryname/databasename.dat or
//xxx.xxx.xxx.xxx/public_html/Directoryname/databasename.dat

Any help is appreciated.

jml