Replies: 2 comments
-
Resolved by setting "Auto detect external IP from FileZilla website" on FileZilla. Now, another error.
|
Beta Was this translation helpful? Give feedback.
-
The Maybe the server gets into a weird state by having a |
Beta Was this translation helpful? Give feedback.
-
Hello, when I try to login to my FTP server, I have this error.
FileZila Logs:
Statut : Résolution de l'adresse de thor.orion-serv.fr Statut : Connexion à 37.187.141.180:2122... Statut : Connexion établie, attente du message d'accueil... Statut : Serveur non sécurisé, celui-ci ne supporte pas FTP sur TLS. Statut : Connecté Statut : Récupération du contenu du dossier... Commande : PWD Réponse : 257 "/" Commande : TYPE I Réponse : 200 Switch to "binary" transfer mode. Commande : PASV Réponse : 227 PASV OK (ftp://0,0,0,0,70,80) Commande : PORT 192,168,1,91,253,224 Réponse : 500 The given address is not yours Erreur : Impossible de récupérer le contenu du dossier Statut : Connexion interrompue par le serveur
FTP-SRV Logs:
{"name":"ftp-srv","hostname":"thor.orion-serv.fr","pid":22617,"id":"50299f64-4a15-4a07-8a17-458b421d1f76","directive":"PORT","level":50,"err":{"message":"The given address is not yours","name":"SocketError","stack":"SocketError: The given address is not yours\n at closeExistingServer.then (/home/orion/public_html/www3/server/node_modules/ftp-srv/src/connector/active.js:33:15)\n at tryCatcher (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/util.js:16:23)\n at Promise._settlePromiseFromHandler (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/promise.js:547:31)\n at Promise._settlePromise (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/promise.js:604:18)\n at Promise._settlePromiseCtx (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/promise.js:641:10)\n at _drainQueueStep (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/async.js:97:12)\n at _drainQueue (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/async.js:86:9)\n at Async._drainQueues (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/async.js:102:5)\n at Immediate.Async.drainQueues [as _onImmediate] (/home/orion/public_html/www3/server/node_modules/ftp-srv/node_modules/bluebird/js/release/async.js:15:14)\n at runCallback (timers.js:705:18)\n at tryOnImmediate (timers.js:676:5)\n at processImmediate (timers.js:658:5)","code":500},"msg":"The given address is not yours","time":"2020-09-07T12:20:51.217Z","v":0}
Configs
const ftpServer = new FtpSrv({ url: "ftp://0.0.0.0:2122", pasv_url: 'ftp://0.0.0.0', pasv_min: 18000, pasv_max: 18999, greeting: "Bienvenue sur le serveur FTP", file_format: "ls", timeout: 30000 });
Beta Was this translation helpful? Give feedback.
All reactions