FTPS, SFTP and WebDAV
With XMLBlueprint you can work with files on a remote FTPS server, SFTP server or WebDAV server. XMLBlueprint connects to FTPS servers using passive FTPS mode. Make sure the server you are trying to connect to is supporting passive connections.
Loading a file from an FTPS server, SFTP server or WebDAV server.
Click File > Open from Server... to open a file from a remote FTPS server, SFTP server or WebDAV server. The following dialog will popup:
|
• | Server -- Enter the name of the folder you want to see and press Connect.Use the ftps:// prefix to load a file from an FTPS server.Use the sftp:// prefix to load a file from an SFTP server.Use the https:// prefix to load a file from a WebDAV server.If you want to access the same server more often, you can create a
Server and use the name of that server. |
• | File name -- Enter the name of the file you want to load in XMLBlueprint. |
Saving a file to an FTPS server, SFTP server or WebDAV server.
Click File > Save to Server... to save the active file under a new name or in another location on a remote FTPS server, SFTP server of WebDAV server.
|
• | Server -- Enter the name of the server you want to see and press Connect.Use the ftps:// prefix to save the file to an FTPS server.Use the sftp:// prefix to save the file to an SFTP server.Use the https:// prefix to save the file to a WebDAV server.If you want to access the same server more often, you can create a
Server and use the name of that 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 FTPS server use the following syntax:
If you need to specify a username and password when accessing an SFTP server use the following syntax:
If you need to specify a username and password when accessing a WebDAV server use the following syntax:
See Also