On 5 April 2012 13:21, shabeena.k <[email protected]> wrote: > I tried that and my url formed was > smb://[domain\username[:password]@]host[E:\abc\xyz\site-1.6.12.zip] > > > org.apache.commons.vfs2.FileSystemException: Badly formed URI > "smb://[domain\username[:***@]host[E:\abc\xyz\site-1.6.12.zip]".
>From the docs "Provides access to the files on a CIFS server, such as a Samba server, or a Windows *share*" (my emphasis). Look at what you've entered, you're trying to access something on windows, in which case first you'll need to share the folder. Assuming you're sharing E:\abc\xyz\ as xyz, then my reading of the docs suggests that your URL should be something like smb://domain\username:password@host\xyz\site-1.6.12.zip HTH, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
