Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You didn't mention your OS. That would be certainly hepful if you want a precise answer.</p> <p>The first thing would be to find a better host. You can rent very decent dedicated servers for as low as 40 or 50 € or less. If your project is big and serious, 50 €/month or 100 €, or 200 € is perfectly acceptable and you can install/enable whatever you need. Depending on the size of your project, a VPS could be enough. Whatever the price, a web host without SSH access is worse than shit.</p> <p>But you may not have any power on that area.</p> <p>Since your server doesn't support SSH, a proper VCS is not an option. The only practical solutions I see are rather "old-school" but they work:</p> <p><strong>Solution A:</strong></p> <ol> <li>Download the whole site on your local machine with an FTP client.</li> <li>Edit locally.</li> <li>Test your changes with a local web server.</li> <li>Upload the changed files when your tests are OK.</li> </ol> <p><strong>Solution B:</strong></p> <ol> <li>Connect to your server with an FTP client.</li> <li>Use its "Edit Locally" feature to open the files in Vim.</li> <li>Write your changes, the file is automatically updated on the server.</li> </ol> <p><strong>Solution C:</strong></p> <p>Use Vim's bundled <code>netrw</code> plugin: <code>:e ftp://host/path/to/file</code>. See <code>:h netrw</code>.</p> <p>Note that the process will <strong>always</strong> be <code>download -&gt; edit -&gt; save -&gt; upload</code>, whether you notice it or not. Depending on the solution you choose, the process can be horribly repetitive and inneficient or almost completely invisible.</p> <p>But, seriously, get another server and use a VCS <em>and</em> a local server.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload