Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/08/2006, à 22:27

aurelien3333

probleme ftp

bonjour a chaque fois que je telecharger un fichier ( demo logiciel libre ...) d'un site par ftp j'ai une page qui souvre avec du texte que je ne comprend pas mais quand je pase par les server http ya pa de probleme mais ya pa toujours des servers http voila si quelqu'un a une ide merci

Hors ligne

#2 Le 07/08/2006, à 23:09

xbright

Re : probleme ftp

J'ai rien compris. hmm

En tout cas, si tu ne nous dit pas quel est le texte que tu ne comprends pas, on va pas pouvoir deviner. wink


| tagada  | CodingTeam | Ubuntu Réunion | Linux Facile | Mon blog |
Rien à faire ! Moi, je préfère les fraises.

Hors ligne

#3 Le 08/08/2006, à 20:45

Uggy

Re : probleme ftp

memes remarques que xbright...
sinon... il y a un firewall entre toi et les serveurs FTPs ??

Hors ligne

#4 Le 08/08/2006, à 21:14

dexinou

Re : probleme ftp

j'ai une page qui souvre avec du texte que je ne comprend pas

si tu nous dit c quoi, on sera plus avancé


Ubuntu 9.10 64bits ext4 ® Core 2 Duo
Unix..... il y a moins bien mais c'est plus cher.
Si t'as pas compris la réponse, pose mieux ta question.
Tutoriaux Linux, apache, pure-ftpd, bind, mysql, qmail...

Hors ligne

#5 Le 08/08/2006, à 21:49

aurelien3333

Re : probleme ftp

desolé voila sa donne sa #! /bin/sh
skip=165
# This script was generated using Makeself 1.5.3
CRCsum=1300192087
MD5=00000000000000000000000000000000
label="Quake III Arena Demo"
script=./setup.sh
targetdir=q3a_demo
scriptargs=""
keep=n
finish=true; xterm_loop=;
[ x"$1" = x-xwin ] && {
finish="echo Press Return to close this window ...; read junk"; xterm_loop=1; shift 1;
}
if [ x"$1" = "x-help" -o x"$1" = "x--help" ]; then
  cat << tac
1)Getting help or info about $0 :
  $0 -help # print this message
  $0 -info # print embedded info : title, default target_directory, embedded script ...
  $0 -lsm # print embedded lsm entry (or no LSM)
  $0 -list # print the list of files in the archive
  $0 -check # Checks integrity of the archive

2)Running $0 :
  $0 [options] [additionnal arguments to embedded script]
  with following options (in that order)
  -confirm  # ask before running embedded script
  -keep     # do not erase target directory after running embedded script
  -target NewDirectory # extract in NewDirectory
tac
  exit 0;
fi
if [ x"$1" = "x-lsm" -o x"$1" = "x--lsm" ]; then
  cat << EOF_LSM
no LSM
EOF_LSM
  exit 0;
fi
if [ "$1" = "-info" ]; then
    echo Identification: $label
    echo Target directory: $targetdir
    echo Uncompressed size: 53566 KB
    echo Compression: gzip
    echo Date of packaging: Mon Dec 13 19:43:57 PST 1999
    echo script run after extraction: $script $scriptargs
    [ x"$keep" = xy ] && echo "directory $targetdir is permanent" || echo "$targetdir will be removed after extraction"
    exit 0;
fi
if [ "$1" = "-list" ]; then
    echo Target directory: $targetdir
tail +$skip $0  | gzip -cd | tar tvf -
    exit 0;
fi
if [ "$1" = "-check" ]; then
sum1=`tail +6 $0 | cksum | sed -e 's/ /Z/' -e 's/    /Z/' | cut -dZ -f1`
[ $sum1 -ne $CRCsum ] && {
  echo Error in check sums $sum1 $CRCsum
  exit 2;
}
if [ $MD5 != "00000000000000000000000000000000" ]; then
# space separated list of directories
  [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin"
  MD5_PATH=""
  for a in $GUESS_MD5_PATH; do
    if which $a/md5 >/dev/null 2>&1 ; then
       MD5_PATH=$a;
    fi
  done
  if [ -x $MD5_PATH/md5 ]; then
    md5sum=`tail +6 $0 | $MD5_PATH/md5`;
    [ $md5sum != $MD5 ] && {
      echo Error in md5 sums $md5sum $MD5
      exit 2;
    } || { echo check sums and md5 sums are ok; exit 0; }
  fi
  if [ ! -x $MD5_PATH/md5 ]; then
      echo an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH
      echo if you have md5 on your system, you should try :
      echo env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check
  fi
else
  echo check sums are OK ; echo $0 does not contain embedded md5 sum ;
fi
    exit 0;
fi
if tty -s; then                 # Do we have a terminal?
    if [ x"$DISPLAY" != x -a x"$xterm_loop" = x ]; then  # No, but do we have X?
        if xset q > /dev/null 2>&1; then # Check for valid DISPLAY variable
            GUESS_XTERMS="dtterm eterm Eterm xterm rxvt kvt konsole"
            for a in $GUESS_XTERMS; do
                if which $a >/dev/null 2>&1; then
                    XTERM=$a
                fi
            done
            if [ `echo "$0" | cut -c1` = / ]; then # Spawn a terminal!
                exec $XTERM -title "$label" -e "$0" -xwin "$@"
            else
                exec $XTERM -title "$label" -e "./$0" -xwin "$@"
            fi
        fi
    fi
fi
[ x"$finish" = x ] && finish=true
if [ "$1" = "-confirm" ]; then verbose=y; shift 1; fi
if [ "$1" = "-keep" ]; then keep=y; shift 1; fi
if [ "$1" = "-target" -a x"$2" != x ]; then targetdir=$2; keep=y; shift 2; fi
if [ "$keep" = y ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir;
else tmpdir="/tmp/selfgz$$"; fi
location=`pwd`
et plus encore mais je n'est pa tout mis

Hors ligne

#6 Le 08/08/2006, à 21:56

dexinou

Re : probleme ftp

salut,
tu as deux mode en ftp , le binaire (archive .rar.zip...) et l'ascii (texte .txt .html ...)
tu as du le télécharger en ascii .
Essai de trouver le mode binaire ou automatique (c le serveur qui choisira le mode qu'il faut) et re-dll

Dernière modification par dexinou (Le 08/08/2006, à 22:05)


Ubuntu 9.10 64bits ext4 ® Core 2 Duo
Unix..... il y a moins bien mais c'est plus cher.
Si t'as pas compris la réponse, pose mieux ta question.
Tutoriaux Linux, apache, pure-ftpd, bind, mysql, qmail...

Hors ligne

#7 Le 08/08/2006, à 22:25

aurelien3333

Re : probleme ftp

ok merci mais coment je peux faire si j'ai qu'un lien en ascii merci

Hors ligne