FTP server catalog problem

ajk

Active Member
Licensed User
Longtime User
Ftp works ok. with command:

FTP.UploadFile(File.DirRootExternal, "A.txt", False, "A.txt")

but

FTP.UploadFile(File.DirRootExternal, "A.txt", False, "/KKKK/A.txt")

generates an error:

550 Permission denied

What may by the reason?

FTP library 1.20
 
Top