Michael, You might give the FileUtil.copyContent() method a try and see if that does the trick.
Regards, Mark ----- Original Message ---- From: Michaël Leneveut <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, November 23, 2006 5:24:00 AM Subject: [VFS]How to upload a file with sftp Hi, Very sorry to write to this list for this, but I don’t find any doc on VFS. I try to upload a file from a server to another, with SFTP. I resolve my file : FileSystemManager fsManager = fsManager = VFS.getManager(); FileObject file = fsManager.resolveFile( "c:\\Upload\\toto.xml" ); But after, how to upload it ? I can’t find the steps : file.getContent().getInputStream() ? FileObject fo = VFS.getManager().resolveFile("sftp://user/[EMAIL PROTECTED]/cygdrive/c/tmp/uploa d/toto.xml", opts); ? Then how I put the content in my fo file ? Thanks for your help ! Regards, Michaël. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
