FTP rename fails with unix servers dotnet 2.0

G

Guest

I'm writing an app to upload/download via FTP using VS2005.
I am using the FTP Client Library for .NET 2.0 by Howard Richards:
http://www.codeproject.com/vb/net/FtpClient.asp
Upload download works. but when trying to rename a file with GetResponse it
errors with error
500 (Syntax error, command unrecognized). This only happens with unix FTP
servers - windows ones work perfectly.

I am trying to rename the files before downloading, to avoid contention -
attempting to dowload a file before it has finished being uploaded. (if
someone could suggest another way to avoid this contention, I wouldn't need
the rename command).
I have seen someone else with hte exact same problem, but it hasn' been
resolved:
http://groups.google.co.uk/group/mi...c?lnk=gst&q=ftp+issue&rnum=1#456d4f335f0ba60c
for the time being I am going to use a third party tool, but I'd rather have
the source of any code I use ...
 
L

Luke Zhang [MSFT]

Hello marty,

This issue seems to be related to the internal implment of the FTP Client
Library. I suggest you may contact the author of the FTP Client Library, to
see if he has any comments here, for example, if the FTP Client Library
supports rename function.

Sincerely,

Luke Zhang

Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top