简体   繁体   中英

How to specify a file path for ftp in xml

How to specify a file path of a server to access it's directory in xml file.

This I can specify in Local 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

或通过身份验证

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM