Custom Query (8104 matches)
Results (82 - 84 of 8104)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1840 | outdated | "all" check for users rights read-write-....-select | ||
Description |
under ftp server it would be interesting to have a "all" check for the users rights read-write-....-select all Pretty good software continue your good work Nicolas Rodrigue nicolas@… |
|||
#3588 | "ask for action" setting doesn't behave as expected | |||
Description |
Version 3.0.11.1 , Win XP, Fresh install. After install, I was asked for confirmation for all uploads. Once I was uploading a bunch of files, so after one confirmation, I've clicked the "always do this" action. Now it does this for all uploads - transfers without confirmation - even though I've selected in the Transfer settings "Ask for action" for both uploads and downloads. |
|||
#9665 | fixed | "create directory and enter it" causes error dialog | ||
Description |
create directory and enter it actualy creates the dir, but pretends nothing happened. you always get the error dialog "(!) another remote operation is already in progress, cannot change directory now." Status: Resolving address of Status: Connecting to ... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 05:56. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER Response: 331 User OK. Password required Command: PASS Response: 230 OK. Current restricted directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: MFMT Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: AUTH TLS Response: PBSZ Response: PROT Response: TVFS Response: ESTA Response: PASV Response: EPSV Response: SPSV Response: ESTP Response: 211 End. Status: Server does not support non-ASCII characters. Status: Connected Status: Retrieving directory listing... Command: CWD /public_html Response: 250 OK. Current directory is /public_html Command: PWD Response: 257 "/public_html" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (69,65,27,131,45,69) Command: MLSD Response: 150 Accepted data connection Response: 226-Options: -a -l Response: 226 266 matches total Status: Directory listing successful Status: Creating directory '/public_html/photography'... Command: MKD photography Response: 550 Can't create directory: File exists Status: Retrieving directory listing... Command: CWD /public_html/photography Response: 250 OK. Current directory is /public_html/photography Command: PWD Response: 257 "/public_html/photography" is your current location Command: PASV Response: 227 Entering Passive Mode (69,65,27,131,176,131) Command: MLSD Response: 150 Accepted data connection Response: 226-Options: -a -l Response: 226 2 matches total Status: Directory listing successful Status: Resolving address of Status: Connecting to Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 05:57. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER Response: 331 User OK. Password required Command: PASS Response: 230 OK. Current restricted directory is / Status: Server does not support non-ASCII characters. Status: Connected Status: Starting upload of d:\www\jimm\photography\index.html Command: CWD /public_html/photography Response: 250 OK. Current directory is /public_html/photography Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (69,65,27,131,130,78) Command: STOR index.html Response: 150 Accepted data connection Response: 226-File successfully transferred Response: 226 0.138 seconds (measured here), 73.52 Kbytes per second Status: File transfer successful, transferred 10,414 bytes in 1 second Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (69,65,27,131,246,162) Command: MLSD Response: 150 Accepted data connection Response: 226-Options: -a -l Response: 226 3 matches total Status: Directory listing successful Status: Disconnected from server Status: Disconnected from server |