Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 8170)

Ticket Resolution Summary Owner Reporter
#343 upload very slow with no speed limit set anonymous
Description

When uploading a file using FileZilla in my intranet from Win2k to IBM AIX, it takes about 2 minutes to upload a 8MB file. Achieving a 79KB/s throughput.

When using ftp in the MSDOS command prompt, it takes about 3 seconds. However, download files in the same environment only takes about 3 seconds. Upload from Win2k to Win2k machines took 30 seconds with FileZilla while ftp from command prompt took 3 seconds. There is no speed limit set.

#7979 duplicate upload to temporary name to avoid script errors tutils
Description

Many sites use PHP or other scripting languages. Those scripts cannot be accessed by visitors of the site until they are fully uploaded to the server. During upload and until they are fully uploaded, they produce a 500 internal server error message (or white page, depending on the server configuration).

This is especially relevant when uploading and overwriting a large PHP file on the server, for example "functions.php", which disables the entire site during the upload, and can lead to unexpected results and even lost data in certain cases, for example when a visitor just submits a form.

My suggestion is to upload the file using a temporary name (instead of overwriting), and when the upload completes, rename back to the original name. On linux renaming over an existing FTP file is possible, but on Windows (or SFTP) it is not. So if the renaming fails, it should delete the original file, and then rename again. The downtime would still be much faster than with normal overwriting of the file.

#8545 fixed upload to a TLS FTP server: Error: GnuTLS error -59 in gnutls_record_send: GnuTLS internal error Tim Kosse pyro
Description

After the upgrade to gnutls-3.1.9 I can no longer enter a passive mode connection with my ftp server. gnutls-3.1.8 works.

Filezilla log:

Response: 230 User thomas logged in Status: Server does not support non-ASCII characters. Command: PBSZ 0 Response: 200 PBSZ 0 successful Command: PROT P Response: 200 Protection set to Private Status: Connected Trace: Measured latency of 70 ms Status: Starting upload of /home/pyro/testfile.bin Command: CWD / Response: 250 CWD command successful Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (83,133,106,33,214,79). Command: STOR testfile.bin Trace: Trying to resume existing TLS session. Response: 150 Opening BINARY mode data connection for testfile.bin Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Cipher: AES-256-CBC, MAC: SHA1 Error: GnuTLS error -59 in gnutls_record_send: GnuTLS internal error. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Response: 226 Transfer complete Error: File transfer failed Status: Starting upload of /home/pyro/testfile.bin Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1317): List called from other command caller=0x1c10050 Command: PASV Response: 227 Entering Passive Mode (83,133,106,33,213,35). Command: MLSD Trace: Trying to resume existing TLS session. Response: 150 Opening BINARY mode data connection for MLSD Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Cipher: AES-256-CBC, MAC: SHA1 Response: 226 Transfer complete Command: PASV Response: 227 Entering Passive Mode (83,133,106,33,212,255). Command: STOR testfile.bin Trace: Trying to resume existing TLS session. Response: 150 Opening BINARY mode data connection for testfile.bin Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Cipher: AES-256-CBC, MAC: SHA1 Error: GnuTLS error -59 in gnutls_record_send: GnuTLS internal error. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Response: 226 Transfer complete Error: File transfer failed Status: Starting upload of /home/pyro/testfile.bin Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1317): List called from other command caller=0x1c10050 Command: PASV Response: 227 Entering Passive Mode (83,133,106,33,214,53). Command: MLSD Trace: Trying to resume existing TLS session. Response: 150 Opening BINARY mode data connection for MLSD Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Cipher: AES-256-CBC, MAC: SHA1 Response: 226 Transfer complete Command: PASV Response: 227 Entering Passive Mode (83,133,106,33,212,87). Command: STOR testfile.bin Trace: Trying to resume existing TLS session. Response: 150 Opening BINARY mode data connection for testfile.bin Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Cipher: AES-256-CBC, MAC: SHA1 Error: GnuTLS error -59 in gnutls_record_send: GnuTLS internal error. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Response: 226 Transfer complete Error: File transfer failed Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (83,133,106,33,212,191). Command: MLSD Trace: Trying to resume existing TLS session. Response: 150 Opening BINARY mode data connection for MLSD Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Cipher: AES-256-CBC, MAC: SHA1 Response: 226 Transfer complete Status: Directory listing successful

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.