Re: SFTP Put Command
The target folder is not created in general. If you are not sure, if the target folder exists before the upload, do test its existence using
Session.FileExists
and create it if it does not.