Bonsoir,
Malgré le fait que vous n'ayez pu tester une compile pour une plateforme 64 bits, vous pourrez surement répondre à cette question:
Je compile les sources 1.15 sur un PC à processeur 64 bits (AMD64)
Après avoir fait la configuration du projet (source 1.15)
MySecureShell has been configured with the following options:
Log file: /var/log/sftp-server.log (color: no)
User binaries: /usr/bin
Shutdown file: /etc/sftp.shut
Configuration file: /etc/ssh/sftp_config
Compilation flags:
Option supported:
ACL : no
Remote Admin : yes
UTF-8 Encoding : yes
Sftp extension supported:
Disk Usage : yes
File Hashing : no
puis la compilation:
Compile [main.c]
Compile [string.c]
Compile [parsing.c]
Compile [hash.c]
Compile [conf.c]
Compile [convert.c]
Compile [user.c]
Compile [prog.c]
Compile [ip.c]
Compile [SftpServer/Buffer.c]
Compile [SftpServer/Encode.c]
Compile [SftpServer/Handle.c]
Compile [SftpServer/Send.c]
Compile [SftpServer/Sftp.c]
Compile [SftpServer/Util.c]
Compile [SftpServer/Log.c]
SftpServer/Log.c: In function \u2018mylog_open\u2019:
SftpServer/Log.c:63: warning: ignoring return value of \u2018fchown\u2019, declared with attribute warn_unused_result
SftpServer/Log.c: In function \u2018mylog_printf\u2019:
SftpServer/Log.c:166: warning: ignoring return value of \u2018write\u2019, declared with attribute warn_unused_result
Compile [SftpServer/Encoding.c]
Compile [SftpServer/Admin.c]
Compile [SftpServer/SftpWho.c]
Compile [SftpServer/SftpExt.c]
Compile [SftpServer/SftpServer.c]
Compile [SftpServer/GetUsersInfos.c]
Compile [SftpServer/Stats.c]
Compile [SftpServer/Access.c]
Compile binary [MySecureShell]
Compile [SftpWho/Main.c]
Compile binary [utils/sftp-who]
Compile [SftpState/Main.c]
Compile binary [utils/sftp-state]
Compile [SftpAdmin/Main.c]
SftpAdmin/Main.c: In function \u2018DoGetLogContentReply\u2019:
SftpAdmin/Main.c:214: warning: ignoring return value of \u2018write\u2019, declared with attribute warn_unused_result
SftpAdmin/Main.c:215: warning: ignoring return value of \u2018write\u2019, declared with attribute warn_unused_result
Compile binary [utils/sftp-admin]
je n'obtiens pas de fichier "sftp-server_MSS". Est-ce que ce fichier est toujours nécessaire pour le fonctionnement de MSS?
La commande "sftp-verif" me permet de tester la configuration de MSS, et de démarrer le serveur.
Après la création d'un utilisateur pour MSS, je ne peux pas connecter au SFTP via Filezilla.
Malheureusement je n'ai aucun log créé dans /var/log.
Merci pour votre aide.