Sublime Forum

FTP uploading to server

#1

When we upload to the server via FTP is there a way to hide the event that occurs showing uploading →

Hide/Unhide at my will easily.

It disappears after uploading finishes, but I don’t want it to be visible even during the uploading process as I want to make key binding on every file upload to FTP after every CTRL+S

0 Likes

#2

Presuming you’re using the SFTP package, you want to adjust this setting in the SFTP settings; the default is as shown here. Sounds like you want to set it to true.

	// Hide the output panel:
	//  - false  = never
	//  - number = seconds after completion
	//  - true   = always
	"hide_output_panel": 1,
0 Likes