Dear all
a am using vb6.0 and when i am trying to upload data in server after some time its through error.
-2147213311 The object is not connected to a FTP server.
i have linux server
Please give me solution of this error
Log Details..........
< 220---------- Welcome to Pure-FTPd [TLS] ----------
< 220-You are user number 2 of 50 allowed.
< 220-Local time is now 07:05. Server port: 921.
< 220-This is a private system - No anonymous login
< 220-IPv6 connections are also welcome on this server.
< 220 You will be disconnected after 15 minutes of inactivity.
> USER ***********
< 331 User *********** OK. Password required
> PASS xxxx
< 230-User *********** has group access to: ***********
< 230 OK. Current restricted directory is /
> PWD
< 257 "/" is your current location
> CWD /Support/PMSM
< 250 OK. Current directory is /Support/PMSM
> PWD
< 257 "/Support/PMSM" is your current location
> TYPE I
< 200 TYPE is now 8-bit binary
> PASV
< 227 Entering Passive Mode (66,7,205,79,123,249)
> APPE 1001.zip
< 150 Accepted data connection
--------------------------------------------------------------------------------------------