In order to access and edit your PrismWeb site files, you will need to use an FTP client. One of the recommended clients is Cyberduck.
Setup
Visit https://cyberduck.io/download/, then download the appropriate installer for your system.
Locate the download and open the installer.
Run the installer.
After the installer completes, locate the program on your computer and open it.
In the upper left corner choose Open Connection.
This will open the Open Connection dialog box.
Enter the following information:
First Drop Down: choose SFTP (SSH File Transfer Protocol)
Server: upload.prismservices.net
Port: This should default to 22 when you chose SFTP. If it did not, enter 22.
Username: enter the username you were using for Filecloud.
If you do not know your username it can be found on PrismWeb Manager (https://manager.prismservices.net) under Manger > FTP Access under the Login section FTP Username.
The FTP username may not be the same as your Web Manager username. The FTP username is always your first name initial and your last name.
Password:
Enter your Password. To get your password, select the link provided to you in your 2FA Setup email, here is an example of the password link https://onetimesecret.com/secret/8occv6hrbzltkwlainnptu503h3hu3k. After you select the link it will take you to a website that holds your encrypted password. To show your password select “View Secret”.
After you select “View Secret” your 25 digit password will display in a box. This password will need to be recorded and used every time the login to the SFTP client.
If you do not see “View Secret” as an option or if you've lost your password, please contact PrismRBS Support (support@prismrbs.com).
Leave all other settings at their default.
Select Connect
If an Unknown Fingerprint message displays, Select Allow, and go ahead and check the 'Always' box.
A Login failed error will display. Select login again. You will need to reenter your password.
The TOTP authentication dialog box will display. Use the authenticator app you configured earlier (for example Microsoft Authenticator), and enter the six digit code you see there. Enter only the numbers, do not include any spaces.
Note: To get a TOTP authentication app, visit the app store for your mobile device, and download your product of choice. Install the app. After it opens, select to Add a New Account and scan the QR Code located on your PrismWeb Manager FTP Access screen. The app will give you a 6 digit code that you will enter in your User Authentication.
The Listing directory dialog box may display. If so, check Always and select Continue.
Your site files will now display.
The default view will have the folders and root files listed together alphabetically. You can adjust this view so your folders are grouped together at the top.
Select View, then hover over Column. Filename, Size, and Modified are checked by default. Select Kind to check that option as well.
You will be back in your file list. Now select Kind in the column header. This will sort the files by that column, and your folders will appear first.
There are some additional settings you can use to reduce the number of prompts to authenticate during your editing session.
Select Edit from the toolbar, then select Preferences. Select the Transfers icon at the top of the preference dialog box. In the Transfers section use the Transfer Files dropdown and select Use browser connection.
Use the X in the upper right corner to close the dialog box. Your changes will be saved.
Each time you open Cyberduck to access your site files, you will be required to log in and enter the current Authentication Code from your TOTP authenticator app.
Editing
To upload a file, you can simply drag the file from your local folder on your computer to the site file folder in Cyberduck. In the case of a non-product image, you would drag it from the folder on your computer to the image folder.
To edit a page or file used on your webpage, navigate to the file you need to modify. If you want to edit your slideshow, expand the outerweb folder and then locate slideshow.asp.
Select the file to highlight it. In the menu icons you will see and edit option, this will also display the icon for your default editor for that specific. Select the edit icon to open the file with that program, or you can select the small down arrow next to Edit to choose a different editor that is already installed on your computer.
A number of different programs can be used to edit your site files. If you have an editor you are already using to edit your site files, you can continue to use that program. Some options are a simple text editor such as Notepad or Notepad++, a what you see is what you get editor such as Microsoft Expression Web, or to something more robust like VSCode. Any program which can edit HTML code can be used.
slideshow.asp open in Notepad
slideshow.asp open in VSCode
After making your changes in your chosen editor, save the file. Cyberduck will upload your modified file automatically to your staging website. You can then refresh your staging website (https://staging.prismservices.net/yourprojectname) and view your changes.
After verifying the changes, in PrismWeb Manager > Content Deployer you can deploy those changes to your production or live website.