I am really a beginner in Ubuntu. I wanted to deploy my web application (which is made on an AWS EC2 instance, Ubuntu 20.04). This web application has dependencies such as nltk, which needs stopwords data. This is what made me unable to deploy my web application to AWS, because the machine could not find the stopwords data in some certain directories (I remember them being lib, root, etc)
To connect to the Ubuntu instance, I used Termius, because it enables me to move files from my own machine to the Ubuntu instance. However, given that the folder in which I wanted to move my stopwords data to has restricted access, is there a way in which I can move my stopwords data to that folder? Or is there a way to redirect the machine to a new folder that has no restricted access?
I will be glad if anyone can help me, thank you very much!