|
FTP Session with Linux client and Windows server hangs at QUIT
Good afternoon,
I have a script that opens an FTP session, puts a file, gets a file, and closes the connection. Everything seems to go OK until the QUIT command.
The event log on the Windows side says that the FTP session closed with a timeout.
I turned on debug in the FTP session on the Linux end, and FTP client says that it sent the QUIT command, but did not get a response from the Windows FTP server.
Has anyone run into this before, or does someone have a suggestion on what to look at to get more information about the problem?
FTP Client: RHEL5 Linux xxxx.xxxx.com 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
FTP Server: Various Win2K and WinXP Boxen, IIS FTP Server
|