Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Associate an existing account to the FTPES Server

Step 1From the UDMG Admin UI navigation pane, select Local Servers. The Local Servers list displays.
Step 2

Select the FTPES server stonebranch-ftpes-cert-01

See Tutorial -

Create

Creating a Shared Account

for an FTPES Server

 for instructions on creating a new account for an FTPES server.

Step 3

Select the Accounts tab.

Image Modified

Step 4

Select the Pencil icon to add a existing shared account to the local FTPES server.

Image Modified

Search for stonebranch-01 and add using the Image Modifiedarrow. Click the Save changes button. 

Step 5

The account is added to the list of accounts for this server.

Image Modified

Step 6

It's now possible to connect to the FTPES server with this account credentials.

For example with FileZilla:

Image Modified

Code Block
languagetext
titleFileZilla log
19:22:15	Status:	Resolving address of ftpes.example.com
19:22:15	Status:	Connecting to x.x.x.x:4200...
19:22:15	Status:	Connection established, waiting for welcome message...
19:22:15	Response:	220 UDMG-FTP-2.0.0.0
19:22:15	Command:	AUTH TLS
19:22:15	Response:	234 AUTH command ok. Expecting TLS Negotiation.
19:22:15	Status:	Initializing TLS...
19:22:15	Status:	Verifying certificate...
19:22:15	Status:	TLS connection established.
19:22:15	Command:	USER stonebranch-01
19:22:15	Response:	331 OK
19:22:15	Command:	PASS ********
19:22:16	Response:	230 Password ok, continue
19:22:16	Command:	CLNT FileZilla
19:22:16	Response:	200 Good to know
19:22:16	Command:	OPTS UTF8 ON
19:22:16	Response:	200 I'm in UTF8 only anyway
19:22:16	Command:	PBSZ 0
19:22:16	Response:	200 Whatever
19:22:16	Command:	PROT P
19:22:16	Response:	200 OK
19:22:16	Status:	Logged in
19:22:16	Status:	Retrieving directory listing...
19:22:16	Command:	PWD
19:22:16	Response:	257 "/" is the current directory
19:22:16	Status:	Directory listing of "/" successful