Thread: pb avec ioftpd
View Single Post
Old 04-24-2005, 07:01 PM  
inside
Member
 
Join Date: Dec 2004
Posts: 51
Default

Look dns tn ini tu as ceci :
Code:
##################### DEVICES ########################
##
#
# [Device Name]
# Host   = <Host/IP>         # External host. Address shown to clients. (0.0.0.0 = any local ip)
# Ports  = <Begin-End>       # Ports to use for data transfers. May contain comma seperated list of port ranges.
# Random = <True/False>      # Use ports in random order
# Bind   = <Host/IP>         # Internal host. If specified, connections are bound to this address instead of HOST.
#
# Global_Inbound_Bandwidth  = <kB/s>  # Limit overall inbound speeds
# Global_Outbound_Bandwidth = <kB/s>  # Limit overall outbound speeds
# Client_Inbound_Bandwidth  = <kB/s>  # Limit client inbound speeds
# Client_Outbound_Bandwidth = <kB/s>  # Limit client outbound speeds
#


[Any]
Host				= 0.0.0.0
Ports				= 1024-2048
Random				= True
;Global_Inbound_Bandwidth	= 20000
;Global_Outbound_Bandwidth	= 20000
;Client_Inbound_Bandwidth	= 100          [*registered version*]
;Client_Outbound_Bandwidth	= 50           [*registered version*]
;Bind				= 



################## END OF DEVICES ####################
Tu as cette ligne :

Host = 0.0.0.0

qui correspond
Host = <Host/IP> # External host. Address shown to clients. (0.0.0.0 = any local ip)

Tu mets 0.0.0.0 au lieu du 127.0.0.1
Ensuite tu te connectes sur tn local en 127.0.0.1 ou bien par tn ip en tapant ipconfig sous dos, et c'st ok .

@+
inside is offline   Reply With Quote