Toon posts:

[Linux] FTP probleem

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo,

Ik draai ProFTPd op m`n linux bak en nu moet ik veel bestanden backuppen ernaartoe. Ik krijg met FlashFXP steeds deze error:

421 No Transfer Timeout (300 seconds): closing control connection.

En dan moetik weer opnieuw inloggen en weer beginnen te downloaden.
Weet iemand hoe dit komt?

thanks

  • intoxicated
  • Registratie: Januari 2001
  • Niet online

intoxicated

Haaaai :w | ALT-S

'k Heb geen idee of FlashFXP resumen ondersteunt, maar je kan op je server in ieder geval de timeout uitzetten. Open daarvoor /etc/proftpd.conf en haal het volgende weg:
code:
1
TimeoutNoTransfer 300


Daarna uiteraard ProFTPD opnieuw starten.

"Anyone who does not agree with me is mentally sick, and should be shot I'm afraid to say."
- Pastor Richards @ VCPR


Verwijderd

Topicstarter
zal het proberen, thanks

  • u_nix_we_all
  • Registratie: Augustus 2002
  • Niet online
Je kunt de no-transfer timeout in de proftpd.conf aanpassen. Dat is de tijd
waarna de proftp server de control connectie dicht gooit als er geen verkeer is.
Hierbij tellen de echte data transfers niet mee , want die gaan over de data en
niet over de control connection port.

You don't need a parachute to go skydiving. You need a parachute to go skydiving twice.


  • sebas
  • Registratie: April 2000
  • Laatst online: 16-12-2025
als je van fxp gebruik wilt maken moet je afaik de volgende regel in je proftpd.conf hebben staan:
code:
1
AllowForeignAddress             on

Everyone complains of his memory, no one of his judgement.


  • intoxicated
  • Registratie: Januari 2001
  • Niet online

intoxicated

Haaaai :w | ALT-S

sebas schreef op 02 oktober 2002 @ 16:25:
als je van fxp gebruik wilt maken moet je afaik de volgende regel in je proftpd.conf hebben staan:
code:
1
AllowForeignAddress             on
AllowForeignAddress -- Control the use of the PORT command
Normally, proftpd disallows clients from using the ftp PORT command with anything other than their own address (the source address of the ftp control connection), as well as preventing the use of PORT to specify a low-numbered (< 1024) port. In either case, the client is sent an "Invalid port" error and a message is syslog'd indicating either "address mismatch" or "bounce attack". By enabling this directive, proftpd will allow clients to transmit foreign data connection addresses that do not match the client's address. This allows such tricks as permitting a client to transfer a file between two FTP servers without involving itself in the actual data connection.

Als FlashFXP dat echt nodig heeft is het gewoon een brakke client :X

"Anyone who does not agree with me is mentally sick, and should be shot I'm afraid to say."
- Pastor Richards @ VCPR


  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 17-05 14:06

deadinspace

The what goes where now?

intoxicated schreef op 02 oktober 2002 @ 16:28:
[...]

AllowForeignAddress -- Control the use of the PORT command
Normally, proftpd disallows clients from using the ftp PORT command with anything other than their own address (the source address of the ftp control connection), as well as preventing the use of PORT to specify a low-numbered (< 1024) port. In either case, the client is sent an "Invalid port" error and a message is syslog'd indicating either "address mismatch" or "bounce attack". By enabling this directive, proftpd will allow clients to transmit foreign data connection addresses that do not match the client's address. This allows such tricks as permitting a client to transfer a file between two FTP servers without involving itself in the actual data connection.

Als FlashFXP dat echt nodig heeft is het gewoon een brakke client :X

FXP-en is het gebruiken van een FTP-client om files te transferren van de ene FTP server naar de andere, zonder dat de data via die client gaat. Hiervoor moet je idd die proftpd optie wijzigen (omdat Proftpd dat - gelukkig? - standaard niet toelaat.

Dat staat verder los van de client die FlashFXP heet (al zal FlashFXP vast kunnen FXP-en).
Pagina: 1