Create a Session from the command line interface
What I want to do is have my program be able to use WinSCP to ftp a file to a server.
I was told that having it create a new temporary session every time I go to upload a file was bad for performance and would cause issues with the server. as a result I'm trying to find a way to check if a session exists if not save one with the given settings, if it does use it to upload the file.
Is there away to do this?
I was told that having it create a new temporary session every time I go to upload a file was bad for performance and would cause issues with the server. as a result I'm trying to find a way to check if a session exists if not save one with the given settings, if it does use it to upload the file.
Is there away to do this?