0 votes
by (120 points)
edited

i had create a directory on some ftp server and upload some files, but in a similar way i couldnt done it for another ftp server. it give "unknown directory" bug, so it didnt create given directory. what can i do?

Applies to: Rebex FTP/SSL
by (144k points)
Please send us the communication log created using the Ftp object's LogWriter property (as described at http://www.rebex.net/kb/logging.aspx) and post it here or mail it to support@rebex.net - we should then be able to tell what is going on!

1 Answer

+1 vote
by (144k points)
edited

It looks like the main problem was creating a subdirectory structure with more than one level. Use the CreatePath method for this purpose.

...