How can I download a file?

I’m going to make big changes on my code and I’m going to make a TAR of all files with the console, but how do I download the TAR file?

1 Like

I think I can make a simple express server and download the file from the server but it would be nice if there is an easier way like right click, download

2 Likes

There should be an option in the project menu to download the project as a ZIP.

1 Like

… wow now I am mad XD

1 Like

It’s under ‘Advanced Options->Download Project’. Comes down as a .tar.gz.

Hi guys, I am having a similar problem where my project does not show advanced settings. Hence I cannot find the download button. Any ideas?

Hi @ajth789, welcome to the Glitch forum!

The project download and associated features have moved to the Tools button in the lower left corner of the editor, as shown in A Tools Box for Tools. We haven’t gotten to updating the help videos yet; sorry for the bother!

All above options seem to give ability to download whole project. What if I want to download a specific file? I can’t see any option for that in Tools section.

1 Like

Welcome, @Anil_Thadani! To download only one file, you can do 2 things:

  • Open glitch editor and simply copy+paste the file
  • Open the file in a new file and ctrl+s (or cmd+s) to save it.