Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.5k views
in .NET FTP by (120 points)
Hello!

I have a file that has a BLOCKSIZE of 5400. I tried the following in my code:

string[] returnCodes = null;
strSite = "SITE recfm=FB lrecl=180 blksize=5400";
client.Quote(strSite, returnCodes);

But, the file size was 27900 and not 5400.

Is the 'blksize' the right value in my string to specify a block size?

Thanks in advance,
Harry

1 Answer

0 votes
by (162k points)
We're not IBM'ers, so we don't really know. You'll need to consult the IBM documentation or ask your sysadmin what the correct SITE parameters are.

Categories

...