RE : RE : [VFS] Asking for a solution with Zip files

2005-02-25 Thread Stéphane Rault
Caused by : org.apache.commons.vfs.FileSystemException: Could not 
create folder ftp://name:[EMAIL PROTECTED]/aNewFile because it 
already exists and is a file.
  

Maybe one of your previous tests already created that folder??

-- I want to create a new file at the root of my ftpserver. Surely the
folder exist ! But the ftp provider seems to try to create it again. I don't
understadn why.

And for sure, the ftp provider supports writing :-)

-- that's a good news :-)

--

Stéphane




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



Re: RE : [VFS] Asking for a solution with Zip files

2005-02-25 Thread Mario Ivankovits

Caused by: org.apache.commons.vfs.FileSystemException: Could not create
folder ftp://myAccount:[EMAIL PROTECTED]/ because it already
exists and is a file.
 

I wonder why VFS tries to create the *root* folder.
Maybe the underlaying ftp-client do have some problems in parsing the 
directory-listing ... maybe something with language settings.

Could you please provide a listing using a commandline ftp client - I 
would like to see how the directory listoutput is formatted.

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


RE : RE : [VFS] Asking for a solution with Zip files

2005-02-25 Thread Stéphane Rault
Here is the result of a dir command

ftp dir
200 PORT command successful.
150 Opening ASCII mode data connection for file list
drwxr-xr-x   5 web site  152 Feb 17 10:01 .
drwxr-xr-x   5 web site  152 Feb 17 10:01 ..
drwx--   2 web site   80 Feb 17 10:01 StefTest
drwx--   3 web site   72 Jan 19 13:32 drivers
-rw-r--r--   1 web site  457 Jan 19 13:35 index.html
drwxr-xr-x   2 web site  272 Jun 16  2004 photos
226-Transfer complete.
226 Quotas: utilisation de 41 Mo sur les 1024 Mo
ftp : 322 octets reçus en 0,27 secondes à 1,19 Ko/sec.


If you need more info for testting, mail me directly and i will give you my
username and password in private.


-Message d'origine-
De : Mario Ivankovits [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 25 février 2005 12:55
À : Jakarta Commons Developers List
Objet : Re: RE : [VFS] Asking for a solution with Zip files




Caused by: org.apache.commons.vfs.FileSystemException: Could not create 
folder ftp://myAccount:[EMAIL PROTECTED]/ because it already 
exists and is a file.
  


I wonder why VFS tries to create the *root* folder.
Maybe the underlaying ftp-client do have some problems in parsing the 
directory-listing ... maybe something with language settings.

Could you please provide a listing using a commandline ftp client - I 
would like to see how the directory listoutput is formatted.

---
Mario


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




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



RE : RE : [VFS] Asking for a solution with Zip files

2005-02-25 Thread Stéphane Rault
By the way, i've the same behaviour with an url like
ftp://myAccount:[EMAIL PROTECTED]/aFolderThatExist/aFileToCreate


-Message d'origine-
De : Mario Ivankovits [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 25 février 2005 12:55
À : Jakarta Commons Developers List
Objet : Re: RE : [VFS] Asking for a solution with Zip files




Caused by: org.apache.commons.vfs.FileSystemException: Could not create 
folder ftp://myAccount:[EMAIL PROTECTED]/ because it already 
exists and is a file.
  


I wonder why VFS tries to create the *root* folder.
Maybe the underlaying ftp-client do have some problems in parsing the 
directory-listing ... maybe something with language settings.

Could you please provide a listing using a commandline ftp client - I 
would like to see how the directory listoutput is formatted.

---
Mario


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




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