Putfile: 550 STOR failed... message - WeOnlyDo Discussion board

Putfile: 550 STOR failed... message (General questions)

by BrianG, Thursday, April 05, 2007, 14:30 (6442 days ago)

Hi,
I just purchased your wodFtpDLX control and am very pleased with it. I do have one problem though, and a seperate question. The problem is with our in-house FTP server, I cannot use the Putfile command to upload files, it does create the file on the server, but does not transfer any bytes there, instead giving me a 550 STOR failed... error. The server is running CORE Ftp Server software using just the FTP protocol. The file exists and is accessible on the local machine and I can upload that same file with no problem using other FTP programs and even using the msinet.ocx control so I know I have permission on the remote machine. All other methods seem to work fine with wodFtpDLX, just not the Putfile. Any help you can give me would be very appreciated.

The other question I have is that with one of our client's FTP servers, I get the diritems in a format that apparently is not recognized by the control. The FullLine property gives me a string like this: 81614 Apr 05, 2007 07:24 test1.txt , but all other properties are blank. Obviously I can manually parse the FullLine property to get the name, size, etc, but is there a way to do that in the control so I don't have to use a seperate list control to list the files? Again, thanks in advance for your help.

Re: Putfile:

by wodDamir, Thursday, April 05, 2007, 14:42 (6442 days ago) @ BrianG

Hi Brian,

Does that happen on all files or just one? Are you sure you set the right paths?

Did you try our samples? Does it work with them?

As for your other question, the FileInfo parametar (in ListItems Event) is blank if you do ListDir? What server type/vendor is this?

You can find that out by doing telnet your_server 21 and check what the first line returned says?

Regards,
Damba

Re: Putfile:

by BrianG, Thursday, April 05, 2007, 15:03 (6442 days ago) @ wodDamir

Thanks for your VERY quick response! It happens with any file, I tried 3 or 4. I use the Dir command to check the validity of the file before attempting the upload. I can upload those same files to other FTP servers (using your control) without any problem. I did try your samples, gives that same error. I can set up a user-id for you if you'd like to log on and try it yourself.


On the second issue, telnet gives me this response:

SSH-2.0-VShell_2_3_5_239 VShell

FileInfo in the ListItems event gives me this:

0 Apr 05, 2007 07:24 .
0 Apr 05, 2007 07:24 ..
81614 Apr 05, 2007 07:24 test1.txt

The visual listing in the control shows three file icons, however all the fields are blank except for the Size, which is correct.

Thanks again for your help,
Brian

Hi Brian,

Does that happen on all files or just one? Are you sure you set the right paths?

Did you try our samples? Does it work with them?

As for your other question, the FileInfo parametar (in ListItems Event) is blank if you do ListDir? What server type/vendor is this?

You can find that out by doing telnet your_server 21 and check what the first line returned says?

Regards,
Damba

Re: Putfile:

by wodDamir, Thursday, April 05, 2007, 15:25 (6442 days ago) @ BrianG

Brian,

It would be great if ou could give us access to the server.

You are using the .ocx version of the component? If i understood correctly, the info is retrieved fine, but the control isnt populated?

You can send us the account info at techsupport@weonlydo.com

It would also be good if you yould attach a screenshot or a sample of the code you use.

Regards,
Damba