Archived Forum Post

Index of archived forum posts

Question:

Connection failing

Apr 24 '14 at 01:04

I have been looking on every link and documentation i found on this site, but i do not seem to be able to solve this connection issue:

USER ****

331 Please specify the password.

PASS ****

230 Login successful.

TYPE I

200 Switching to Binary mode.

SYST

215 UNIX Type: L8

FEAT

211-Features:

EPRT

EPSV

MDTM

PASV

REST STREAM

SIZE

TVFS

UTF8

211 End

CWD /bulk_import/photos/

250 Directory successfully changed.

PASV

QUIT

--------------------------------------------------------------------------------
ChilkatLog:

AsyncPutFile:

DllDate: Apr 19 2014

ChilkatVersion: 9.5.0.33

UnlockPrefix: IGORMAFTP

Username: ****

Architecture: Little Endian; 32-bit

Language: .NET 4.0

VerboseLogging: 1

uploadFromLocalFile:

localFileSize: 5292136

uploadFromDataSource:

initialGreeting: 220 (vsFTPd 2.3.4)

restartNext: 0

modeZ: 0

binaryMode: 1

setupDataConnection:

passive transfer mode

setupPassiveDataSocket:

sendCommand:

sendingCommand: PASV

--sendCommand

readCommandResponse:

Timeout waiting to read socket or accept connection

timeoutMs: 60000

recvUntilMatch: Socket operation timeout.

Failed to read FTP control channel reply.

readFtpReply: Socket operation timeout.

--readCommandResponse

--setupPassiveDataSocket

Failed to setup passive data socket for upload

--setupDataConnection

--uploadFromDataSource

--uploadFromLocalFile

--AsyncPutFile

--ChilkatLog

after changing directory it crashes... it is working on my computer but not on the work computer. Strange thing is that it is connecting and changing folder, but it goes in timeout later.. tried everything:

changing buffer size active passive e-passive

just dont seem to be able to make it work.

Thanks


Answer

The only advice I can provide is documented here: http://www.cknotes.com/determining-ftp2-connection-settings/


Answer

I have tried everything you wrote in that post.

is there another port i have to open beside the port 21?

thanks