Saving Files with SFTP

Hello all,

I have been reading about how you can configure DO, so when you are using SFTP you can save your edited files. Most of these posts were over a decade ago, so I am hoping you can point me in the right direction. The posts talked about Settings/Preferences/File Operations/Options but I see nothing in there that talking about re-uploading the changed file. Has this moved to another location?

Second I use Notepad++. Can I make this the default editor when editing files?

Thanks,
Steve

I use this hotkey:

XML
<?xml version="1.0"?>
<button backcol="none" display="label" hotkey="alt+E" textcol="none">
	<label>Edit in Notepad++</label>
	<tip>Open selected files in Notepad++</tip>
	<function type="normal">
		<instruction>@nodeselect</instruction>
		<instruction>{apppath|notepad++}notepad++.exe {allfilepath}</instruction>
	</function>
</button>

It's here these days:

  • Preferences / File Operations / Double-click on Files / FTP