SFTP Download Problem

Core FTP Server questions and answers
Post Reply
Guido42
Posts: 2
Joined: Sat Apr 18, 2015 7:48 pm

SFTP Download Problem

Post by Guido42 »

Hallo,

I`m running athe actual CoreFTP Server 64 on a Windows 2008 R2 server.
i`m only using the ssh/sftp protocoll through my Firewall (Port 22 TCP is open and redirected to the server).

I`m able to upload files by sftp, rename files and browse the directories. When i`m trying to download files, the connection gets a timeout and my client shows the following error report
1 OPENDIR
2 READDIR
3 READDIR
4 CLOSE

This is the error report from the Server logs
[#1] [20150419 15:36:08] [xxx.xxx.xxx.xxx] USER-PASS (Test) success
[#1] [20150419 15:36:08] [xxx.xxx.xxx.xxx] user (Test) granted access
[#1] [20150419 15:36:08] [xxx.xxx.xxx.xxx] LIST success - /Test
[#1] [20150419 15:36:14] [xxx.xxx.xxx.xxx] connecting
[#1] [20150419 15:36:14] [xxx.xxx.xxx.xxx] connected
[#1] [20150419 15:36:15] [xxx.xxx.xxx.xxx] user 'Test' sent
[#1] [20150419 15:36:15] [xxx.xxx.xxx.xxx] USER-PASS (Test) success
[#1] [20150419 15:36:15] [xxx.xxx.xxx.xxx] user (Test) granted access
[#1] [20150419 15:36:15] [xxx.xxx.xxx.xxx] LIST success - /Test

Any hints?

Guido
Post Reply