FTP and WebDAV

With XMLBlueprint you can work with files on a remote FTP server or WebDAV server.

Loading a file from an FTP server or WebDAV server.

Click File > Open from FTP or WebDAV Server... to open a file from a remote FTP or WebDAV server. The following dialog will popup:
XML Editor
Folder -- Enter the name of the folder you want to see and press Browse. Use the "ftp://" prefix to load a file from an FTP server, use the "http://" or "https://" prefix to load a file from a WebDAV server.
File name -- Enter the name of the file you want to load in XMLBlueprint.

Saving a file to an FTP server or WebDAV server.

Click File > Save to FTP or WebDAV Server... to save the active file under a new name or in another location on a remote FTP server of WebDAV server.
XML Editor
Folder -- Enter the name of the folder you want to see and press Browse. Use the "ftp://" prefix to save the file to an FTP server, use the "http://" or "https://" prefix to save the file to a WebDAV server.
File name -- Enter a name for the file you want to save to the remote server.
Encoding -- Choose a file encoding.
Newlines -- Choose a file format.

Username and Password

If you need to specify a username and password when accessing an FTP server use the following syntax:
ftp://[username]:[password]@ftpserver/path, for example:
ftp://brat:angelina@ftp.movies.com/usa/.
If you need to specify a username and password when accessing a WebDAV server use the following syntax:
http://[username]:[password]@webserver/path, for example:
http://brat:angelina@www.movies.com/usa/.
Use https:// is you are accessing a secure WebDAV server.

See Also

Opening files
Saving Files

Copyright © 2002 - 2008 by Monkfish Software. All rights reserved.