2009-04-03 10:21:45 PDT
Hi,
I have a java program using the jsch.jar. The program creates a file and stores it on the c drive. C:\output\FileToUploade
Then I connect to the ftp site. Which works. The connection and channel open, but when it is time to upload the Sftp throughs a file not found error.
The file is there and the user running the program has admin rights. Any ideas why the jsch.jar can not find the file?
thank you for any help.