Custom Query (8142 matches)
Results (415 - 417 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8266 | wontfix | Cannot upload files - error 552 disk Full | ||
Description |
User name u501037784 FAILED attempt TO UPLOAD FILES to host 31.170.166.105 Error message: Command: STOR Crisis.html Reply: 552 Disk full - please upload later |
|||
#3869 | rejected | Preserve timestamps of transferred files does not preserve for uploaded files | ||
Description |
Windows platform, FileZilla client 3.1.3.1 of 2008.09.09 If a file is uploaded, the "Last Modified" time is the time of the upload, not the time of the original file. Toggling the setting of "Preserve timestamps...." does not affect the timestamp of the uploaded file. No problems appear in the log except that there is no attempt to reset the timestamp or otherwise protect the timestamp of the original file. Uploading the same file to the same server/account using SmartFTP instead of FileZilla preserves the timestamp so the server-side is okay. -m Status: Resolving address of .....com Status: Connecting to x.x.x.X:21... Status: Connection established, waiting for welcome message... Response: 220 Serv-U FTP Server v6.2 for WinSock ready... Command: USER man Response: 331 User name okay, need password. Command: PASS Response: 230 User logged in, proceed. Status: Connected Status: Starting upload of C:\Xfer\FTP-default\V2-35.exe Command: CWD /beta/latest Response: 250 Directory changed to /beta/latest Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (x,x,x,X,19,1) Command: STOR V2-35.exe Response: 150 Opening BINARY mode data connection for V2-35.exe. Response: 226-Maximum disk quota limited to 4194304 kBytes Response: Used disk quota 0 kBytes, available 4194304 kBytes Response: 226 Transfer complete. Status: File transfer successful |
|||
#2474 | duplicate | Optionally process file after upload | ||
Description |
Possibility to process a file after upload by a script or similar (see also WarFtpd). With that feature you could e.g. verify checksums, rename files after upload, etc. Best would be per user/group basis. |