Page 1 of 1

FTP File Editing

Posted: Tue Jan 02, 2024 2:07 pm
by jussij
Consider the free sftp test sites found here: https://www.sftp.net/public-online-sftp-servers

One of the sites listed on that page is as follows:

Code: Select all

    Server: test.rebex.net
      Port: 22 
UserId/pwd: demo/password
Those details can be shortened in to this fully qualified URL:

Code: Select all

sftp://demo:password@test.rebex.net:22
Using the latest version of Zeus found here: https://www.zeusedit.com/download.html

The File, FTP, Open From FTP menu accepts a fully qualified URL containing all of those details as shown below:
ftp-url.png
ftp-url.png (16.08 KiB) Viewed 8339 times
Accepting that input will then result in the following FTP open dialog:
ftp-open.png
ftp-open.png (20.89 KiB) Viewed 8339 times
Selecting any file from that dialog will then allow that file to be edited inside Zeus with any changes made then being saved to the server.

Cheers Jussi