I am trying to utilize the sftp component to push a file in a network share to an sftp location. It works fine when running from my local machine (pushing the file in the network share), but once we try to run it from our server, I get the message "Failed to open local file". We are trying to upload using the PutFile(stream, string) method and it is throwing the exception in this method.
Any help would be appreciated.