Search
You searched for the word(s): [no words] || User(s): rajkumar
Showing page 1 of 2 (14 total posts)
< 1 second(s)
-
Thank you. I was also suppose to post it here for other users. Good you replied here too.
Thanks,
Raj
-
I am also facing the same issue. Secure FTP does not work with newer ftp version. How do you resolve it?
--Raj
-
Hi,
We are using Xceed FTP for long time. It was working fine until the last week. We updated our XCeed FTP to latest Xceed FTP.v5.1 version after that it does not connect to secure ftp's. Even on CertificateReceived handler we accept the e.Action = VerificationAction.Accept; if it is invalid certificate.
Is there any changed on newer ...
-
Hi,
I was able to fix the issue. Gave the authentication method on connect parameter itself. then it started to work. I don't know what is the difference between authenticating on connect and after connect trying to do the authenticate.
--Thx
-
Hi,
I need to work on Implicit secure ftp connection over the web. Here the code which does the authentication
fc = new Xceed.Ftp.FtpClient();fc.CertificateReceived += new CertificateReceivedEventHandler(fc_CertificateReceived);fc.CommandSent += new CommandSentEventHandler(fc_CommandSent);fc.ReplyReceived += new ...
-
Hi,
I am using Xceed FTP component to send the files to ftp server. Using the Xceed FTP version 2.0.100.0. Just doing simple FTP file transfer. Getting an error while transfering small files like 1Kb or 2Kb, sometimes for 120Kb. This issue was happened with ASync FTP, so we changed it to regular simple FTP. But doesn't help us, same issues ...
-
Hi,
I got the LOG from live server.
Here the log file which sent file properly
Connected to 166.109.4.90:21 on 1/8/2009 @ 2:20:09 PM< 220 Welcome to Southern Westchester BOCES - LHRIC -> Serv-U FTP Server v6.1 for WinSock ready...> USER iepduser< 331 User name okay, need password.> PASS xxxxxx< 230 User logged in, ...
-
Hi,
Thanks for your help. There are two services running on the server and both are using Async FTP to send the file to the client server. And both the services run at the same time. Will that make any problem?
-
File size is more than 8Kb.
-
Client receives the partially completed file on their end with server error. But the file what we generate was fully completed and stored in our server. It is always CSV format file. We haven't changed any firewall setting on the server. But other service sending file to the same ftp address properly.
--raj
1
|
|
|
|