FTP File Editing

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

FTP File Editing

Post 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 8336 times
Accepting that input will then result in the following FTP open dialog:
ftp-open.png
ftp-open.png (20.89 KiB) Viewed 8336 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
Post Reply