You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alexandre Touret <at...@free.fr> on 2005/07/08 16:39:39 UTC

FTP internal repository

Hi
I have created a FTP Repository for maven in my society
maven cant connect to this server with this configuration

maven.repo.list= R1, R2

# Interne (par défaut)
maven.repo.R1=ftp://172.20.1.89/repository
maven.repo.R1.username=ato
maven.repo.R1.password=ato
maven.repo.R1.directory=/repository

#Referentiel par defaut
maven.repo.R2=http://www.ibiblio.org/maven

But the server works fine and I can connect with any ftp client.

The server is Windows 2K server with Filezilla FTP Server

Thanks in advance for your help
Alexandre

Alexandre

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: FTP internal repository

Posted by Brett Porter <br...@gmail.com>.
these settings are for deployment, not downloading. You probably want:

maven.repo.remote=ftp:172.20.1.89/repository,http://www.ibiblio.org/maven

Cheers,
Brett

On 7/9/05, Alexandre Touret <at...@free.fr> wrote:
> Hi
> I have created a FTP Repository for maven in my society
> maven cant connect to this server with this configuration
> 
> maven.repo.list= R1, R2
> 
> # Interne (par défaut)
> maven.repo.R1=ftp://172.20.1.89/repository
> maven.repo.R1.username=ato
> maven.repo.R1.password=ato
> maven.repo.R1.directory=/repository
> 
> #Referentiel par defaut
> maven.repo.R2=http://www.ibiblio.org/maven
> 
> But the server works fine and I can connect with any ftp client.
> 
> The server is Windows 2K server with Filezilla FTP Server
> 
> Thanks in advance for your help
> Alexandre
> 
> Alexandre
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org