How to specify a file path of a server to access it's directory in xml file.
This I can specify in Local 开发者_Go百科Server.
<file value="C:\\Log\LogFile.txt"/>
How to specify the same in another server which I'm accessing it through ftp..
ftp://hostname/path/to/file.txt
or with authentication
ftp://username:password@hostname/path/to/file.txt
I directly added the physical path to the xml file when uploading. If I give, ftp path, it is not working... Then, I found the physical path and I applied the physical path.
Anyway Thank you so much
精彩评论