Ares
Ares
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
and then the backend would have to be listening for requests too, so it cant be a localhost url i think.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
that make sense so, i think my next step is to figure out how to get my backend running on my vps. i can move the files there easily but to actually run it, maybe i can do that from the cmd line. I think you can run solutions that way. but i will look into it. and then after that I should not have issues with the path
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
ok
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
ok, so basically, my vps needs to have my server on it that is running locally to that vps, and then its code will have access to all the paths that i want to access that are in the vps
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
the digital ocean vps is basically another computer somewhere else, so I would have to deploy my backend on that same computer then basically?
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
but if I deploy my backend somewhere, and i say to find a path, my backend has no knowledge of any paths in my VPS.
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
but the problem i was having with that is that OpenSolutionAsync() looks for local files only. so it breaks the code basically. and I dont think there are any ssh commands I could use to mimmick what it does
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
yeah
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
but then my server would be trying to read from my local mount which doesnt make sense i think?
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
I am aware that I would have to host my backend somewhere, and then that backend would handle the processing. cause right now i am doing it locally
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
this is why I used sftp, so i can communicate with the vps
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
"You can clone the repository to your VPS and do the analysis server-side then present the results to the user" <-- this is what I was trying to do basically. Is this unreasonable?
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
my plan was to just always have that digital ocean server running, and the purpose of sftp was to read/write/edit files from my code to the digitial ocean vps, but it seems to be limited in that regard
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
i mean i bought a vps droplet with digital ocean, so i would have a virtual computer to clone repos to, and then that is always running so thats good. but now I arrived at the situation where, I need to access the solution in my code, and i cant do that without mounting the drive it seems
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
i dont know just for practice, i didnt think i want to make another crud app
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
No description
46 replies
CC#
Created by Ares on 6/11/2024 in #help
[Reading files from sftp server] is what i am trying to do possible?
No description
46 replies
CC#
Created by Ares on 6/9/2024 in #help
Cant navigate to different directories in sftp server using SSH.NET
i found this and i was gonna look through it to see what i actually want to do
20 replies
CC#
Created by Ares on 6/9/2024 in #help
Cant navigate to different directories in sftp server using SSH.NET
20 replies