Similar Threads:
1.Strange problem with FTP (too many connections stop connecting)
I have a certain process (mine) that sends a lot of queries to a FTP
server (also mine). All machines and processes are mine and there is
no foul play involved. The machines are on the same organizational
network, though on different subnets.
The server is vsftpd on debian.
The client is a perl script using Net::FTP perl module running on
ubuntu gutsy.
As part of the process, the client connects to FTP daemon and does a
lot of directory listings. (like thousands of queries) as the client
browses through the server's directory tree.
That's all good and well.
As you know, FTP is such a protocol that for every directory listing, a
new data connection is made, with direction depending on passive
vs. active mode.
The problem is that sporadically, the connections that the client
makes to the server, time out in the "connect()" call. In other words,
the server is listening (and I can telnet to the specific port
assigned by FTP from another machine), but the client times out.
The weird thing is this: if I type
telnet <server> <assigned-port>
from the client machine, it times out.
If I type the same from another machine, it connects (with FTP server
properly detecting a fake connection coming from another IP and
discarding that connection).
My question is WTF, why would connect() calls time out like this.
Any idea.
thanks
i
2.Really strange problem with Linux and FTP
Something strange happens...
I have found a strange behaviour of Linux when sending a file via FTP.
I am managing a web site, hosted on a WIndows machine, IIS
server. I use Linux at home, and send files to the server via Gftp or
IglooFTP-Pro. The problem is that if I have a file, say Pippo_Pippo.php,
and later I send pippo_pippo.php, when this file arrives to the server, it
changes in Pippo_Pippo.php, so, the old file Pippo_Pippo.php changes to
the newly sent file and pippo_pippo.php is lost.
This is really strange for I didn't notice this problem before a week ago,
when I had correctly sent both Pippo_Pippo.php and pippo_pippo.php,
without problems. And still on the server are files with the same name but
different in letter case, like Change_Message.php and change_message.php.
But now, if I try to resend them, they change.
Has anyone had this problem before?
Thanks in advance
Francesco
3.Strange FTP transmission problem
Hallo group.
I use FTP protocol for file transfer
between two places located in one city.
The sketch of situation is as follows:
SERVER
RedHat 9.0. ---DSL512---|--------|
vsftpd | |
|INTERNET|
|------------| | |
|FreeBSD 5.0.|---DSL512---|--------|
| (NAT) |
|------------|
|
|
|-----------|
| client |
|-----------|
( in practice "INTERNET" = one router
i my ISP )
DSL is assimaetrical link with 128kbit/s rate upstream )
I have problem with large file transmission.
When I start file download I get the transmision
rate about 10-15 kbyte/s but after while transmission
stops and I can't do anything with it.
I have no idea what can be wrong.
I found the FTP client which detects such situation,
renew connection and continue download.
However I still can't download files larger then
6MB. I use vsftpd v 1.1.3-8. as FTP server
with no transfer restriction applied into it.
It works as anonymous server for download only.
I also noticed that secure SSH file transfer
works fine and other stufs like http transfer
works without problems.
I have no idea what might be wrong.
I checked server log but I haven't found anything.
I would appreciate any help and any suggestion.
Best regards.
Adam.
4.strange FTP problem
trying to FTP file between two aix systems
first attempt failed with following error:
452 Error writing file: Error 0
second attempt(exact same procedure) failed with the following:
452 Error writing file: File cannot be larger than ulimit
Both failed at the exact same byte: 68589453312
(68gig into a 87gig file)
Not sure why exact same procedure produced two different
452 error messages
ulimit defaults and ulimit of user doing ftp are:
default:
fsize = -1
core = 2097151
cpu = -1
data = 262144
rss = 65536
stack = 65536
nofiles = 4000
ftpuser:
fsize = -1
core = -1
data = -1
stack = -1
fsize_hard = -1
core_hard = -1
cpu_hard = -1
data_hard = -1
stack_hard = -1
data moving from AIX 5.3 jfs2 filesystem to
AIX 5.2 jfs large file enabled filesystem
Thanks in advance
5.Strange FTP problem
I'm having a strange problem with FTP. I have a Solaris 9 box in a DMZ. FTP
from my Solaris 9 boxes inside the firewall to the Solaris 9 box in the DMZ
is going extremely slow - 60-100 Kbps. FTP from Windows boxes or Linux boxes
inside the firewall to the Solaris 9 box in the DMZ is much, much faster -
4000 Kbps. FTP from Windows or Lunix boxes to a Windows server in the DMZ is
also much faster, in the neighborhood of 4000 Kbps. It's only the
Solaris-to-Solaris transfer that's slow. Can anybody give me a rational
explanation for this?
Thanks,
Harry
6. PROBLEM: Strange active ftp failure
7. PROBLEM: Strange active ftp failure - adendum
8. strange FTP problem--transatlantic asymmetry