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

SIZE unimplemented

no avatar
User

csDev

SIZE unimplemented

by csDev » Wed Feb 09, 2005 2:47 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SIZE unimplemented

by support2 » Wed Feb 09, 2005 3:54 am

no avatar
User

csDev

Size()

by csDev » Wed Feb 09, 2005 5:42 am

I've tryed to use it and I get a SIZE not implemented or unimplemented exception. Any idea's why? I use the same array I used to find the filename so I am passing the correct string value.

Size(file[i]).ToString()

This should give me the size parse into a string correct.

csDev
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: Size()

by support2 » Wed Feb 09, 2005 5:50 am

no avatar
User

csDev

SIZE unimplemented

by csDev » Fri Feb 11, 2005 6:50 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SIZE unimplemented

by support2 » Fri Feb 11, 2005 7:13 am

no avatar
User

csDev

SIZE unimplemented

by csDev » Fri Feb 11, 2005 7:33 am

Ftp server must not support that either.

FTPFile[] detail = ftp.DirDetails(".");
for (int i = 0; i < detail.Length; i++)
{
printDetails = printDetails + detail[i].ToString() + " \n";
}
label1.Text = printDetails;

Get exception "VMS OpenVMS 'Version' node on 'it lists my domain' "
something like this.
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SIZE unimplemented

by support2 » Fri Feb 11, 2005 8:19 am

no avatar
User

csDev

SIZE unimplemented

by csDev » Fri Feb 11, 2005 8:24 am

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: SIZE unimplemented

by support2 » Sat Feb 12, 2005 12:39 am


Who is online

Users browsing this forum: No registered users and 12 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign