HomeProductsDownloadOrderSupportSearch
  
Myriad Forum « Galerie 3.2 Beta - Publication FTP »
 Welcome, Guest.
 You can read all messages, but to be able to post,
 please Login or Register.
Jul 19th, 2026, 5:33am 
   Myriad Forum
   Open Source
(Moderator: Forum Administrator)
   Galerie 3.2 Beta - Publication FTP
« Previous topic | Next topic »
Pages: 1 2 3 4 5  ...  9 Reply | Notify of replies | Print
   Author  Topic: Galerie 3.2 Beta - Publication FTP  (Read 32633 times)
Didier Guillion
Administrator
*****






   
WWW | Email

Gender: male
Posts: 8420
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #30 on: Jan 8th, 2004, 12:48pm »
Quote | Modify

Bonjour,
 
La doc Apple sur "curl" (parametre QUOTE) dit ceci :
"Not all servers support this command, and the set of QUOTE commands are server specific!"
Ce qui signifie que tous les serveurs ne supportent pas cette commande.
 
Il serait interessant d'essayer sur terminal :
 
curl --quote 'cwd'  "ftp://jedimac.courriels.net" --user jedimac.courriels.net:xxxxxxxx
 
Et voir ce que retourne le serveur. La commande "cwd" est benigne elle sert uniquement a connaitre le CurrentWorkingDirectory.
 
Interessant aussi, essayer la commande sur tele2...
 
curl --quote 'cwd'  "ftp://home.tele2.fr" --user fr-16540:xxxxxxxx
 
Cordialement
 
offline

Myriad Team
Ronald P. Regensburg
Board Master
*****






   
Email

Gender: male
Posts: 999
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #31 on: Jan 8th, 2004, 1:17pm »
Quote | Modify

Sorry to enter here in English.
 
My French is not good enough to follow the details of this discussion, but I wondered if JediMac did try and check 'Passive FTP'. If I try to use Galerie for publishing without pasive FTP, the upload fails and the log also shows multiple "curl: (21) QUOT string not accepted:".
offline

Ronald.
Didier Guillion
Administrator
*****






   
WWW | Email

Gender: male
Posts: 8420
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #32 on: Jan 8th, 2004, 1:34pm »
Quote | Modify

Hi Ronald,
 
No problem to write in English in this thread.
 
Jedimac had tried in Passive FTP because, in the tests I asked him to do with the terminal, the "-ftpport a" command was not present. By default the curl command use the passive mode.
 
I suspect that some FTP serveur don't manage "curl" commands.
 
Best regards
offline

Myriad Team
JediMac
Board Full Member
***





   


Posts: 158
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #33 on: Jan 8th, 2004, 1:57pm »
Quote | Modify

on Jan 8th, 2004, 12:48pm, Didier Guillion wrote:
Bonjour,
 
La doc Apple sur "curl" (parametre QUOTE) dit ceci :
"Not all servers support this command, and the set of QUOTE commands are server specific!"
Ce qui signifie que tous les serveurs ne supportent pas cette commande.
 
Il serait interessant d'essayer sur terminal :
 
curl --quote 'cwd'  "ftp://jedimac.courriels.net" --user jedimac.courriels.net:xxxxxxxx
 
Et voir ce que retourne le serveur. La commande "cwd" est benigne elle sert uniquement a connaitre le CurrentWorkingDirectory.
 
Interessant aussi, essayer la commande sur tele2...
 
curl --quote 'cwd'  "ftp://home.tele2.fr" --user fr-16540:xxxxxxxx
 
Cordialement
 

 
Voici ce que me donne Terminal :
Code:
iGnace:~ ViNi$ curl --quote 'cwd' \302\240"ftp://home.tele2.fr" --user fr-16540:***
curl: (1) Unsupported protocol:  ftp
 
iGnace:~ ViNi$ curl --quote 'cwd' \302\240"ftp://jedimac.courriels.net" --user jedimac.courriels.net:@gn&c"  
>

J'ai donc un signe > quand je tape sur jedimac.courriels.net. Mais c'est tout...
offline

iMac G5 20" 2 GHz - Ram : 1 Go - 10.4.5
ADSL chez Free (dégroupé avec la FreeBox)
Galerie 5.2
Didier Guillion
Administrator
*****






   
WWW | Email

Gender: male
Posts: 8420
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #34 on: Jan 8th, 2004, 6:36pm »
Quote | Modify

Bonjour,
 
Bilbo m'a ouvert un compte et j'ai commencé à faire des tests de mon coté et cela fonctionne.
 
Je me pose une question : quelle version de Mac OS X tu utilise ?
 
Quand, sous terminal tu fait :
 
curl -V
 
tu obtient quoi ?
 
Moi j'ai :
curl 7.10.2 (powerpc-apple-darwin7.0) libcurl/7.10.2 OpenSSL/0.9.7b zlib/1.1.4
 
 
Cordialement
offline

Myriad Team
JediMac
Board Full Member
***





   


Posts: 158
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #35 on: Jan 8th, 2004, 6:46pm »
Quote | Modify

on Jan 8th, 2004, 6:36pm, Didier Guillion wrote:

 
Bilbo m'a ouvert un compte et j'ai commencé à faire des tests de mon coté et cela fonctionne.
 
Je me pose une question : quelle version de Mac OS X tu utilise ?
10.3.2
 
on Jan 8th, 2004, 6:36pm, Didier Guillion wrote:
Quand, sous terminal tu fait :
 
curl -V
 
tu obtient quoi ?
 

iGnace:~ ViNi$ curl -V
curl 7.10.7 (powerpc-apple-darwin7.0.0) libcurl/7.10.7 ipv6 zlib/1.1.4
Protocols: ftp gopher telnet dict ldap http file  
Features: IPv6 libz  
iGnace:~ ViNi$
offline

iMac G5 20" 2 GHz - Ram : 1 Go - 10.4.5
ADSL chez Free (dégroupé avec la FreeBox)
Galerie 5.2
Ronald P. Regensburg
Board Master
*****






   
Email

Gender: male
Posts: 999
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #36 on: Jan 8th, 2004, 11:28pm »
Quote | Modify

This is weird. I also use 10.3.2, I applied every update that came along, and I get exactly the same as Didier Guillon:
 
MacKanjer3:~ ronald$ curl -V
curl 7.10.2 (powerpc-apple-darwin7.0) libcurl/7.10.2 OpenSSL/0.9.7b zlib/1.1.4
MacKanjer3:~ ronald$  
 
What is different with JediMac?
offline

Ronald.
Ronald P. Regensburg
Board Master
*****






   
Email

Gender: male
Posts: 999
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #37 on: Jan 8th, 2004, 11:53pm »
Quote | Modify

JediMac,  
 
Can it be something with IPv6 configuration? Do you have any other configuration than the standard IPv6 'automatic' setting in Network preferences panel or do you use a 6 to 4 port configuration?
offline

Ronald.
Didier Guillion
Administrator
*****






   
WWW | Email

Gender: male
Posts: 8420
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #38 on: Jan 9th, 2004, 9:45am »
Quote | Modify

Bonjour,
 
Pour etre sur que nous etions dans le meme cas de figure j'ai configuré une connection RTC ce matin et testé l'accés a ftp.gbronner.net.
 
Aucun probleme constaté.
 
Je soupconne que tu as un probleme de config, comme le suggere M Regensburg.
 
Cordialement
offline

Myriad Team
JediMac
Board Full Member
***





   


Posts: 158
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #39 on: Jan 9th, 2004, 11:54am »
Quote | Modify

on Jan 8th, 2004, 11:53pm, Ronald P. Regensburg wrote:
JediMac,  
 
Can it be something with IPv6 configuration? Do you have any other configuration than the standard IPv6 'automatic' setting in Network preferences panel or do you use a 6 to 4 port configuration?
Hy,
My english is not very fluent, specially when we speak about network configuration. Apparently, you understand french better than me I understand english, so I 'm going to write in french .
Je ne sais pas ce que c'est que IPv6 . Est ce un protocole actif uniquement avec les connexions non RTC ? Si c'est le cas, je peux faire une tentative en RTC pour voir.
Actuellement, voici mes réglages réseau :

Je n'ai rien touché à IPv6. Quand je clique sur le bouton de config d'IPv6, le menu déroulant proposé est sur "automatique".  
 
Je précise aussi que je n'ai aucun firewall et aucun partage activés.
« Last Edit: Jan 9th, 2004, 12:03pm by JediMac » offline

iMac G5 20" 2 GHz - Ram : 1 Go - 10.4.5
ADSL chez Free (dégroupé avec la FreeBox)
Galerie 5.2
Ronald P. Regensburg
Board Master
*****






   
Email

Gender: male
Posts: 999
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #40 on: Jan 9th, 2004, 12:52pm »
Quote | Modify

It is OK when you write in French, I can understand most of it, but I can not write in French about complicated matters like this.
 
IPv6 is the new Internet Protocol that will replace the current 20 year old IPv4 in the near future. One of the reasons is, that more IP-adresses are needed and IPv6 uses longer and more complex IP-adresses so there will always be enough adresses. Panther has provisions for compatibility with the new protocol and the operating system and its internet programs can use both IPv6 and IPv4.
 
Information about IPv6: http://www.ipv6.org/. You will find a lot more if you search Google for "ipv6". Also 'Mac Help' has entries about IPv6 settings.
 
As I understand you do not have special settings concerning IPv6, just the standard settings that I (and presumably Didier Guillon) have.
 
So, it is strange that your 'curl' seems to be using IPv6 protocol and mine or Didier Guillon's 'curl' do not. Did you install any other software that is related to networking?
offline

Ronald.
Ronald P. Regensburg
Board Master
*****






   
Email

Gender: male
Posts: 999
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #41 on: Jan 9th, 2004, 1:03pm »
Quote | Modify

When you go to http://www.ipv6.org/, at the top of the page you are welcomed with the IP version (IPv4 or IPv6) you use and with your IP address.
 
I am welcomed with:
You are using IPv4 from 194.xxx.xxx.xxx
(I replaced the numbers by x-es)
 
What do you read on that page?
offline

Ronald.
Didier Guillion
Administrator
*****






   
WWW | Email

Gender: male
Posts: 8420
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #42 on: Jan 9th, 2004, 1:29pm »
Quote | Modify

Hi Ronald,
 
Same result on my side.
May be Jedimac had installed a program which had replaced the standard curl command by another version ?
 
Bilbo (the webmaster of the site where Jedimac have problems) had  kindly opened a temporary account for my tests. For the moment all work fine.
 
Best regards
offline

Myriad Team
JediMac
Board Full Member
***





   


Posts: 158
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #43 on: Jan 9th, 2004, 3:05pm »
Quote | Modify

on Jan 9th, 2004, 12:52pm, Ronald P. Regensburg wrote:
It is OK when you write in French, I can understand most of it, but I can not write in French about complicated matters like this.
 
IPv6 is the new Internet Protocol that will replace the current 20 year old IPv4 in the near future. One of the reasons is, that more IP-adresses are needed and IPv6 uses longer and more complex IP-adresses so there will always be enough adresses. Panther has provisions for compatibility with the new protocol and the operating system and its internet programs can use both IPv6 and IPv4.
 
Information about IPv6: http://www.ipv6.org/. You will find a lot more if you search Google for "ipv6". Also 'Mac Help' has entries about IPv6 settings.
 
As I understand you do not have special settings concerning IPv6, just the standard settings that I (and presumably Didier Guillon) have.
 
So, it is strange that your 'curl' seems to be using IPv6 protocol and mine or Didier Guillon's 'curl' do not. Did you install any other software that is related to networking?
Thanks for these explanations ! I went to the site you indicated below and it displayed this : You are using IPv4 from 80.xxx.xx.xxx
 
on Jan 9th, 2004, 1:29pm, Didier Guillion wrote:
Hi Ronald,
 
Same result on my side.
May be Jedimac had installed a program which had replaced the standard curl command by another version ?
Je ne vois vraiment pas ce que j'ai pu installer qui ait pu fait ça. Il faut que je demande à Bilbo, non seulement il administre mon compte ftp/html/imap/pop..., mais il a aussi à l'occasion la main sur ma machine. Alors qui sait .
Mais de mon côté, j'ai fait toutes les MàJ d'Apple. Et comme softs qui utilisent le net, ben à part les navigateurs classiques, RBrowserLite, SETI@home (quand il envoie ou récupère des données), Mail, Golive et son ftp, bref rien que du très courant, je n'ai rien d'exotique. Qu'est ce qui pourrait changer ma commande curl ? Ce n'est pas une histoire de shell de Terminal ? Je crois que depuis Panther ce n'est plus "tcsh" mais "bash", mais qu'on pouvait revenir à "tcsh".
« Last Edit: Jan 9th, 2004, 3:07pm by JediMac » offline

iMac G5 20" 2 GHz - Ram : 1 Go - 10.4.5
ADSL chez Free (dégroupé avec la FreeBox)
Galerie 5.2
Didier Guillion
Administrator
*****






   
WWW | Email

Gender: male
Posts: 8420
Re: Galerie 3.2 Beta - Publication FTP  
« Reply #44 on: Jan 9th, 2004, 3:09pm »
Quote | Modify

La version de curl n'était qu'une hypothese...
Peut etre devriez vous refaire un essai avec le site ftp.gbronner car je suis en ce moment meme en train de tester (je transfere 2000 fichiers) et pas de probleme.
Peut etre quand vous avec testé hier, il y avait un probleme temporaire ?
 
Cordialement
offline

Myriad Team
Pages: 1 2 3 4 5  ...  9 Reply | Notify of replies | Print

« Previous topic | Next topic »

« Myriad Forum » Powered by YaBB 1 Gold - SP 1.1!
YaBB 2000-2002,
Xnull. All Rights Reserved.

Top of page
Legal information Cookies Last update:  (c) Myriad