Hi,
take a look on the filesystem nomenclature:
http://commons.apache.org/vfs/filesystems.html
You can't access a file with IP address.
As far as I understand, you try to access to an unix machine from windows.
The easiest way using VFS is to use sftp like this:
sftp://username:passw...@unix_hostname/tmp
Regards
JB
SJayant wrote:
Hi Jean,
Thanks for ur suggestion.
I have tried it with servicemix-vfs. I changed outbox directory to
With IP address of unix system
file://<ip address>/tmp
But it is throwing error as
vax.jbi.JBIException: Failed to create folder:
org.apache.commons.vfs.FileSystemException: Could not create folder
"file:////<ip address>/tmp/".
Thanks,
SJayant
Jean-Baptiste Onofré wrote:
Hi,
I don't think it's possible directly with file component. However you can
use servicemix-vfs which supports a large number of filesystems (cifs,
http, etc).
Regards
JB
------Original Message------
From: SJayant
To: [email protected]
ReplyTo: [email protected]
Subject: Can I transfer files from windows to unix using file
bindingcomponent.
Sent: Apr 15, 2010 09:48
Hi,
I want to use file binding component for transfering file from windows to
unix. But unix directory need authentication. Is there any way to do with
file binding component of servicemix?
Thanks,
SJayant
--
View this message in context:
http://old.nabble.com/Can-I-transfer-files-from-windows-to-unix-using-file-binding-component.-tp28252237p28252237.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.