Manage Remote Connections Window

In this panel you create a new FTP or SFTP connection or reconfigure an existing remote connection.

Element Description

Name

The arbitrary name of the connection. Set the name in the Create New Connection panel.

Host name

The root name of your FTP or SFTP host, such as http://x10hosting.com.

Port

Port number of your FTP or SFTP connection.

Encryption

(FTP only) Select whether to encrypt your FTP communication over TLS. You can select Pure FTP (no encryption), Explicit FTP (explicit method to invoke client security) or Implicit FTP (implicit method to invoke client security.)

    Encrypt Only Authentication Process

If you choose to encrypt FTP communication, select this to encrypt only the login process.

User Name

Your user name on the FTP or SFTP host.

Password

Your password on the FTP or SFTP host. Leave this field blank and the IDE will prompt you for your password.

Private Key file

(SFTP only) The file with the private key for your SFTP client. You do not need to use public/private key for SFTP--you can use username/password--but it is better practice to use key pair authentication.
Known Hosts file (SFTP only) File that stores host names and public keys. If you do not have a known_hosts file, the public key must be resent every time a connection is re-established.
Initial directory The root directory on your host for all of your projects. By default it is only a slash, meaning that your host name + user name is your root directory.
Timeout(s) Time in which the client waits for a server response before timing out the connection. Timeout is in seconds.
Keep-alive interval(s) Sets the connection keep-alive interval. Helps when upload-on-save is selected.
Passive mode (FTP only) Tick this for the IDE to communicate with the server in passive mode.
    External IP Allow to set the external IP address in active mode. Useful when there are multiple network cards.
    Port Range Set the client side port range in active mode.
Ignore Disconnect Errors (FTP only) IDE ignores errors during disconnect() and logout() calls. Useful when upload-on-save is enabled, where in some cases every file change otherwise ends with an error dialog.
Add... Click to add a remote connection. The Create New Connection panel opens.
Remove Click to remove the selected connection.
Test connection Click to send a test message to the selected connection. The results appear directly in the Manage Remote Connections panel.
Configure Proxy Click to open the Options window and configure the global IDE proxy settings.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.