Ares
[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
[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
[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 does46 replies
[Reading files from sftp server] is what i am trying to do possible?
im using SSH.NET https://github.com/sshnet/SSH.NET
46 replies
[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
[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