Using snowsql put a file in your user stage from a Windows client

Login

snowsql -a <account> -u <username>

List the files/objects in your user stage

list @~;

Copy a file named junk.txt from c:\etc to you user stage

put 'file://C:\etc\junk.txt' @~ auto_compress=true;

Ugly huh?

Leave a Comment

Scroll to Top