Hi!

Please prefix your e-mail subject with the project name you have
problems with. In this case [VFS].

> I need to upload files to a server through SFTP. First I have to create a 
> file with a new file name. Then I have to write the outputstream to that 
> file to fill it with content.
>   
Create a file:
VFS.getManager().resolveFile("abc.txt").createFile();

replace "abc.txt" with your sftp url.


Ciao,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to