|
Hi, I had recently download the Rebex File Transfer Pack for .Net 2.0. I was testing for a following scenario
I am using WS - FTP Server as my FTP Server which is installed on a Windows Server 2003 machine. can you please help me out with this problem, as we badly need the resume feature in our application. Thanks Vineed |
|
FtpExceptions with three-digit error codes represent errors reported by the FTP server. You have not included the full message of the FtpException with 552 error, but according to this WS_FTP Knowledge Base article, error code of 552 corresponds to "Requested file action aborted. Exceeded storage allocation (for current directory or dataset)." If this is the case, then it looks like the transfer could not be resumed because of insufficient disk space. |
|
I'm getting this same issue and the exception is below.
at Rebex.Net.Ftp.CgtFNEZ(String , AoLBks , String , String , Int64 , FtpTransferState ) at Rebex.Net.Ftp.bjMtzmZ(String , Stream , Int64 , String ) at Rebex.Net.Ftp.GetFile(String remotePath, Stream outputStream, Int64 remoteOffset) Please disregard the above. I was calling GetFile instead of PutFile.
(20 Aug '10, 01:24)
Will Beattie
|
Hello, could you please add the full message of the FtpException (552 error) to your question? This should make it possible to tell what is going on. It might be an "out of disk space" error, but we really need to see the message to be able to tell for sure.