c# - FluentFTP - Uploading files -


i'm having issue uploadfiles method using fluentftp library. code:

var count = _client.uploadfiles(filespaths, remotepath, true, true); foreach(var path in filespaths) {     addlog(string.format("uploaded file: {0}", path)); } 

and after execute uploadfiles throws exception saying can't find file. discovered when use remotepath = /uploads have issue, when set remotepath /, method uploads files without problems. checked user permissions , can everything. don't know problem. read source code in github , didn't find weird.

is bug of fluentftp? or missing something?

thanks in advance!

if still having problem please add issue tracker in fluentftp can work on solution.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -