Discuss (FTP), (FTP on .NET CF) and (FTPS, SFTP and SCP).
no avatar
User

Jeremy

File in use exception (when it isn't) on Get(string,string)

by Jeremy » Wed Dec 08, 2004 5:09 pm

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: File in use exception (when it isn't) on Get(string,stri

by support2 » Wed Dec 08, 2004 5:35 pm

no avatar
User

Jeremy

more info

by Jeremy » Wed Dec 08, 2004 5:36 pm

no avatar
User

Jeremy

cwd, ok

by Jeremy » Wed Dec 08, 2004 5:37 pm

no avatar
User

Guest

cwd()?

by Guest » Wed Dec 08, 2004 5:40 pm

no avatar
User

Jeremy

transfer mode

by Jeremy » Wed Dec 08, 2004 5:58 pm

no avatar
User

brfenske

Access denied

by brfenske » Sat Apr 09, 2005 3:21 am

no avatar
User

Guest

by Guest » Sat Apr 09, 2005 3:55 am

no avatar
User

Migoal

I have the same problem

by Migoal » Fri Apr 15, 2005 5:40 pm

Code:

FTPClient ftpData=new FTPClient();
ftpData.RemoteHost="10.128.64.8";
ftpData.ControlPort=21;
ftpData.Connect();
ftpData.Login("test","migoalok");
string localFile = "d:\test.txt";
ftpData.Get(localFile,"test.txt");

The following information is the FTP Server's Log:

[3] Fri 15Apr05 14:01:39 - (000855) Sending file d:\download\test.txt
[3] Fri 15Apr05 14:01:43 - (000855) Error sending file d:\download\test.txt, aborting (7.92 kB/sec - 32768 Bytes, client closed data connection)
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: I have the same problem

by support2 » Fri Apr 15, 2005 9:07 pm


Who is online

Users browsing this forum: No registered users and 113 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign