FTP subfolders failing to accept the put command
Hi All, Thank you for assisting here. HERE IS THE PROBLEM: I can write to the FTP root (put or mput) directory but I CAN'T write to the ftp SUBDIRECTORY, even when I have created it. WHY? SYSTEM: Windows 7 Pro FTP Settings: Defaults $ ftp 139.nnn.nnn.nnn <---------------FTPing from a linux machine. Connected to 139.nnn.nnn.nnn. 220 Microsoft FTP Service 504 Security mechanism not implemented. 504 Security mechanism not implemented. KERBEROS_V4 rejected as an authentication type Name (139.nnn.nnn.nnn:adp): anonymous<br> 331 Anonymous access allowed, send identity (e-mail name) as password. Password: 230 User logged system type is Windows_NT. ftp> put parts.doc <--------------HERE I CAN PUT A FILE INTO THE FTP ROOT local: parts.doc remote: parts.doc 227 Entering Passive Mode (139,nnn,nnn,nnn,243,233). 125 Data connection already open; Transfer starting. 226 Transfer complete. ftp> put parts.doc PARTS/<-------HERE I CAN'T PUT A FILE INTO THE SUB-DIR I CREATED. local: parts.docs remote: PARTS/ 227 Entering Passive Mode (139,nnn,nnn,nnn,243,238). 550 Access is denied. <---------- WHY? FOLDER ENHERITANCE SHOULD ALLOW THIS TO GO THROUGH. ftp> Thank you all!!
September 13th, 2011 3:43am

Hi, This could be related to the permission on the specific folder, please check if this subfolder inherits the permission from root folder. Since this issue is related to the FTP service, it is also recommended to post in IIS forum: Forums : The Official Microsoft IIS Site Regards, Alex ZhaoPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2011 5:48am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics