PrintNowPrintNowDocs

FTP Accounts

Create and manage SFTP accounts for accessing your storefront's file storage on Azure Blob Storage.

FTP Accounts lets you create SFTP user accounts that connect directly to your storefront's Azure Blob Storage container. These accounts provide a fast way to download order files, upload site theme assets, and manage storefront content outside of the admin UI. Each account is scoped to your storefront's storage container with full read, write, delete, list, and create permissions.

Accounts are created as Azure Storage local users and connect via the SFTP protocol (SSH File Transfer Protocol). The page displays all existing accounts in a grid on the left, with SFTP connection details on the right for quick reference.

View FTP Accounts

  1. From your admin, go to Settings > Domain Tools > FTP Accounts.
  2. The left panel shows a paginated grid of existing FTP accounts. The right panel displays SFTP connection samples.

Grid Columns

ColumnDescription
UsernameThe local user name for the SFTP account. This is the identifier used when connecting and is combined with the storage account name to form the full SFTP username.
ActionMenu with two options: Regenerate Password and Delete.

FTP Connection Samples

The right panel provides the connection details needed to configure an SFTP client:

FieldValue
ProtocolSFTP - SSH File Transfer Protocol
Hostprintnowprodstorage.blob.core.windows.net (click the copy icon to copy)
UsernameSelect from a dropdown of all created accounts. The format is printnowprodstorage.{username}. Click the copy icon to copy the selected value.
PasswordMasked (********). The password is only shown once when creating the account or regenerating it.

Add FTP Account

  1. Click Add FTP Account in the page header.
  2. In the dialog, enter a Username for the new account.
  3. Click Save. The system creates the account on Azure Blob Storage.
  4. A confirmation dialog appears with the generated password. Click Copy to copy the password to your clipboard. This is the only time the password is displayed -- save it securely.
  5. If the username is already taken, an error message is shown and you must choose a different name.

The new account appears immediately in the grid and is added to the Username dropdown in the connection samples panel.

Regenerate Password

  1. Click the Action menu on any account row.
  2. Select Regenerate Password.
  3. A dialog displays the new password. Click Copy to copy it to your clipboard.

The previous password is invalidated immediately. Any SFTP clients using the old password will need to be updated.

Delete FTP Account

  1. Click the Action menu on any account row.
  2. Select Delete.
  3. Confirm the deletion in the dialog.

The account is removed from Azure Blob Storage and can no longer connect. This action is logged in the Activity Log.

  • Activity Log — FTP account creation and deletion are logged here
  • Site Bindings — manage the custom domain for the storefront these FTP accounts access
  • Store Clone — cloned stores get their own storage container requiring new FTP accounts

On this page