PDA

View Full Version : Cannot create folder


TwBurn
02-28-2012, 04:53 PM
I try to transfer some folders to an FTP server, however it fails because it cannot create the folders:

[R] MKD /Volume_1/Data/SomeNewFolder
[R] 550 Can't create directory: No such file or directory


However when I do it manually (go to the directory, right click, create folder) it works:
[R] MKD SomeNewFolder
[R] 257 "SomeNewFolder" : The directory was successfully created


It appears to me that the FTP server doesn't allow the creation of "absolute path" folders, is there a setting or something that I can set so that FlashFXP creates them "the manual way"? (By going to the directory, and then creating it)?

bigstar
02-28-2012, 07:34 PM
Hello,

Currently there is no such option to change the behavior.

However perhaps if we can detect the FTP server software then we can change the behavior based on the server signature.

What FTP server software is this?

Can you please include the first 10-20 lines of text from the session status window.

TwBurn
02-29-2012, 01:06 AM
The FTP server runs on a NAS. Here is connection log: (I removed the IP information and username)


WinSock 2.0 -- OpenSSL 1.0.0c 2 Dec 2010
[R] 220---------- Welcome to Pure-FTPd ----------
[R] 220-You are user number 2 of 10 allowed.
[R] 220-Local time is now 11:12. Server port: 21.
[R] 220 You will be disconnected after 2 minutes of inactivity.
[R] USER <USERNAME>
[R] 331 User <USERNAME> OK. Password required
[R] PASS (hidden)
[R] 230 OK. Current restricted directory is /
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:
[R] EPRT
[R] IDLE
[R] MDTM
[R] SIZE
[R] REST STREAM
[R] MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNI X.gid*;unique*;
[R] MLSD
[R] TVFS
[R] ESTP
[R] PASV
[R] EPSV
[R] SPSV
[R] ESTA
[R] UTF8
[R] 211 End.
[R] OPTS UTF8 ON
[R] 200 OK, UTF-8 enabled
[R] PWD
[R] 257 "/" is your current location
[R] PASV
[R] 227 Entering Passive Mode (XXXXXX)
[R] Opening data connection IP: XXXXXX PORT: 56601
[R] MLSD
[R] 150 Accepted data connection
[R] 226-Options: -l
[R] 226 2 matches total
[R] List Complete: 202 bytes in 0.28 seconds (0.7 KB/s)