cannot create remote file error due to appenden .filepart

Advertisement

DallasDFW
Guest

cannot create remote file error due to appenden .filepart

For the naming standards on the store and forward server.
1) A file can only have ONE dot.
2) File names are limited to 39 characters to the left of the dot and 39 characters to the right of the dot.

File name complies with naming standard but when placing the file on the server, .filepart is appended to the file name and I get the error "cannot create remote file"

Is the appended .filepart an option that can be turned off? Any assistance you can provided is greatly appreciated.
Thank you!

Reply with quote

Advertisement

ann
Guest

Re: "cannot create remote file error due to appenden .filepart"

Hi,

I found a similar error while transfering...
Set transferResult = mysession.PutFiles(strpath, "/root/upload/jzk990/", False, myTransferOptions)
...I gets the error
Cannot create remote file '/root/upload/jzk990.filepart'

I don't understand the error..Also my final deadline is friday...please help me...

I went through the link you gave..I am not understanding it...

Thanks
ann

Reply with quote

Ann
Guest

Re: "cannot create remote file error due to appenden .filepart"

I went through the link provided.

I gave :
Set transferResult = mysession.PutFiles(strpath, "/upload/jzk990/", False, myTransferOptions)
Instead of:
Set transferResult = mysession.PutFiles(strpath, "/root/upload/jzk990/", False, myTransferOptions)

Its working now. But I am not sure what the issue is? Is it because of file -r-w-e- permissions?

Please advice
Thanks
Ann

Reply with quote

Advertisement

You can post new topics in this forum