The KingswaySoft Way: Managing File Downloads and Uploads in Snowflake Stages

26 November 2025
KingswaySoft Team

For organizations using Snowflake, it is well-established that Internal Stages offer a good approach for storing files. Snowflake's Internal Stages are secure, fully managed storage areas inside your Snowflake account. They serve as a holding space for data files, which is necessary for efficient data loading and unloading. By keeping data within the Snowflake environment, these stages offer advantages, such as faster processing and automatic data encryption. However, the critical task of transferring files; be it uploading for Snowflake users to pick them, or downloading them for downstream systems, can often introduce complexity into established ETL/ELT workflows. This friction point can hinder the efficiency of data pipeline automation. This is precisely the challenge that KingswaySoft's Snowflake components address. 

In this blog post, we will demonstrate how to bypass those manual procedures. You will learn to leverage KingswaySoft's Snowflake components to establish seamless and robust file management capabilities directly on your Snowflake Internal Stage. We will outline the straightforward process for both uploading and downloading files, enabling you to fully integrate Snowflake staging operations into your automated data pipelines with maximum efficiency.

For this demonstration, we will use KingswaySoft's Snowflake Command Task, which is available to download as part of our SSIS Productivity Task.

Setting up Internal Stage in Snowflake

As a first step, you would need to create an internal stage, if you already do not have one. For this, log into your Snowflake instance, and in your workspace, click on the "+" sign. This will give an option called "Stage", from which you can choose "Snowflake Managed". 

Create an internal stage in snowflake

On the page that opens up, configure details such as Stage name, choose the Schema, etc. Then, click on "Create" to create the internal stage.

Create the new internal stage and save it

Once you have created the internal stage, you will view it in your instance using the Database Explorer, as shown below. You could create more than one internal stage as well.

View the newly created internal stage from Database viewer

Using such built-in internal stages makes moving your data much smoother, and since your files are already inside the Snowflake system, they work perfectly and instantly with your queries. Plus, you get implicit security because Snowflake offers encryption options, as seen before in the Create Stage step.

Now let's see how to read and write files from/to the stages using KingswaySoft.

Configuring KingswaySoft Snowflake Command Task

As per Snowflake API documentation, you can use a GET command to download files from an internal stage into a local file system, and a PUT command to upload the files from the local file system to the stage. For this, you need to specify the following required parameters. 

  • <absolute_path_to_file> : The local directory path to the files to upload/download.
  • <[namespace.]int_stage_name[/path]> : The internal stage details for files to upload/download.
  • <filename>  : The name of the file to upload. You can use wildcard characters (*, ?) to upload multiple files (Mandatory only for PUT commands).

 File Download

With the parameters in the right place and format, the GET command would look as shown below.

Use KingswaySoft Command Task to perform a GET command to download files

In here, as you can see, the filename is not required, and just the absolute file path is specified along with the stage details. Apart from this, there are optional parameters for filtering (PATTERN) and parallel processing (PARALLEL), which you can find more details in the API documentation.

File Upload

For uploading files, the command will look as shown below, and in this case, the file name is required. The optional parameters are PARALLEL, AUTO_COMPRESS, SOURCE_COMPRESSION and OVERWRITE, details for which can be found in the API documentation

Use KingswaySoft Command Task to perform PUT command to upload files

One thing to note here is that the Snowflake command task also supports parameterization. You can easily drag and drop variables to replace hard-coded static values to build dynamic commands.

Conclusion

As we have shown above, you can easily upload or download your data instantly, replacing complicated manual steps with reliable automation using simple configuration. This gives you all the security and speed of Snowflake's storage without any of the traditional hassle, letting you have a worry-free file management system. 

Archive

November 2025 1 October 2025 2 September 2025 2 August 2025 2 July 2025 2 June 2025 1 May 2025 2 April 2025 3 March 2025 1 February 2025 1 January 2025 2 December 2024 1 November 2024 3 October 2024 1 September 2024 1 August 2024 2 July 2024 1 June 2024 1 May 2024 1 April 2024 2 March 2024 2 February 2024 2 January 2024 2 December 2023 1 November 2023 1 October 2023 2 August 2023 1 July 2023 2 June 2023 1 May 2023 2 April 2023 1 March 2023 1 February 2023 1 January 2023 2 December 2022 1 November 2022 2 October 2022 2 September 2022 2 August 2022 2 July 2022 3 June 2022 2 May 2022 2 April 2022 3 March 2022 2 February 2022 1 January 2022 2 December 2021 1 October 2021 1 September 2021 2 August 2021 2 July 2021 2 June 2021 1 May 2021 1 April 2021 2 March 2021 2 February 2021 2 January 2021 2 December 2020 2 November 2020 4 October 2020 1 September 2020 3 August 2020 2 July 2020 1 June 2020 2 May 2020 1 April 2020 1 March 2020 1 February 2020 1 January 2020 1 December 2019 1 November 2019 1 October 2019 1 May 2019 1 February 2019 1 December 2018 2 November 2018 1 October 2018 4 September 2018 1 August 2018 1 July 2018 1 June 2018 3 April 2018 3 March 2018 3 February 2018 3 January 2018 2 December 2017 1 April 2017 1 March 2017 7 December 2016 1 November 2016 2 October 2016 1 September 2016 4 August 2016 1 June 2016 1 May 2016 3 April 2016 1 August 2015 1 April 2015 10 August 2014 1 July 2014 1 June 2014 2 May 2014 2 February 2014 1 January 2014 2 October 2013 1 September 2013 2 August 2013 2 June 2013 5 May 2013 2 March 2013 1 February 2013 1 January 2013 1 December 2012 2 November 2012 2 September 2012 2 July 2012 1 May 2012 3 April 2012 2 March 2012 2 January 2012 1

Tags