×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hello,
Am 12.04.2025 um 09:32 schrieb <konsult@xxxxxxxxxxxxxxx> <konsult@xxxxxxxxxxxxxxx>:
I have an FTP script that I have run hundreds of times that suddenly stopped
working.
It connects to the server. Login does work.
But when the "put" command executes nothing happens - it just sits there
"ftp> put anmalan.txt kamrat/anm278
200 PORT subcommand request successful"
Welcome to the wonderful world of firewalls and FTP.
FTP uses a separate TCP connection for data transfers, while the initial connection is only used as a control channel.
Something in between changed and now the data connection can't be established anymore: Most often this is a firewall issue somewhere.
https://www.ibm.com/support/pages/ftp-deeper-look-passive-file-transfer
Try the "quote pasv" command after login, to force passive mode to the server. If that doesn't fix the issue, consult with your firewall people.
See further explanation here:
https://archive.midrange.com/midrange-l/200208/msg00371.html
:wq! PoC
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.