Is it possible to log the outgoing FTP commands when "FTP trace" (and perhaps "Operational details") are enabled in the Log Pane?
I need to report a bug to the developer of the Android SFTP server I am using. I am including the BC log with all Log Panel options enabled. The trace does not include the outgoing FTP commands which BC sends to the server, so I have interspersed comments, as shown below. I think the FTP commands would be helpful in interpreting the log.
I am using BC Version 4.3.4 (build 24657).
-- George Snyder
I need to report a bug to the developer of the Android SFTP server I am using. I am including the BC log with all Log Panel options enabled. The trace does not include the outgoing FTP commands which BC sends to the server, so I have interspersed comments, as shown below. I think the FTP commands would be helpful in interpreting the log.
I am using BC Version 4.3.4 (build 24657).
Code:
[B][COLOR=#2980b9]# Upload some files to FTP server host:[/COLOR][/B] 03/12/20 Thu 9:32:01 AM Copied C:\Data\Audio\CDs\Classical\[Mechanical]\Dutch Street Organ, Volume 1\Straat Draaiorgel (Pierement) 'De Negentiger'\01 Vollstadt - Avec aplomb marche (March 'With Confiden...mp3 to sftp://[email protected]_S9_Wired:2222/5A98-C42D/Music/Classical/[Mechanical]/Dutch Street Organ, Volume 1/Straat Draaiorgel (Pierement) 'De Negentiger' 03/12/20 Thu 9:32:03 AM Copied C:\Data\Audio\CDs\Classical\[Mechanical]\Dutch Street Organ, Volume 1\Straat Draaiorgel (Pierement) 'De Negentiger'\02 Baker - Santa Lucia bij nacht (Santa Lucia at Ni...mp3 to sftp://[email protected]_S9_Wired:2222/5A98-C42D/Music/Classical/[Mechanical]/Dutch Street Organ, Volume 1/Straat Draaiorgel (Pierement) 'De Negentiger' 03/12/20 Thu 9:32:05 AM Copied C:\Data\Audio\CDs\Classical\[Mechanical]\Dutch Street Organ, Volume 1\Straat Draaiorgel (Pierement) 'De Negentiger'\03 Een beetje vrede, een beetje liefde (A L...mp3 to sftp://[email protected]_S9_Wired:2222/5A98-C42D/Music/Classical/[Mechanical]/Dutch Street Organ, Volume 1/Straat Draaiorgel (Pierement) 'De Negentiger' [B][COLOR=#2980b9]# Listing request:[/COLOR][/B] 03/12/20 Thu 9:32:05 AM drwxrwxrwx 1 gjs gjs 0 Mar 12 09:31 Dutch Street Organ, Volume 1 03/12/20 Thu 9:32:05 AM FTP parser: x-Scooter-SFTP 03/12/20 Thu 9:32:05 AM drwxrwxrwx 1 gjs gjs 0 Mar 12 09:32 Straat Draaiorgel (Pierement) 'De Negentiger' 03/12/20 Thu 9:32:05 AM FTP parser: x-Scooter-SFTP 03/12/20 Thu 9:32:05 AM -rw-rw-rw- 1 gjs gjs 13125632 Apr 7 2010 01 Vollstadt - Avec aplomb marche (March 'With Confiden...mp3 03/12/20 Thu 9:32:05 AM -rw-rw-rw- 1 gjs gjs 7960576 Apr 7 2010 02 Baker - Santa Lucia bij nacht (Santa Lucia at Ni...mp3 03/12/20 Thu 9:32:05 AM -rw-rw-rw- 1 gjs gjs 8892416 Mar 12 09:32 03 Een beetje vrede, een beetje liefde (A L...mp3 [B][COLOR=#2980b9]# Last file incorrectly shows date/time of upload ----------^[/COLOR][/B] 03/12/20 Thu 9:32:05 AM FTP parser: x-Scooter-SFTP 03/12/20 Thu 9:32:05 AM Successfully synchronized 3 items. Completed in 7.08 seconds. [COLOR=#2980b9][B]# Second listing request:[/B][/COLOR] 03/12/20 Thu 9:32:27 AM -rw-rw-rw- 1 gjs gjs 13125632 Apr 7 2010 01 Vollstadt - Avec aplomb marche (March 'With Confiden...mp3 03/12/20 Thu 9:32:27 AM -rw-rw-rw- 1 gjs gjs 7960576 Apr 7 2010 02 Baker - Santa Lucia bij nacht (Santa Lucia at Ni...mp3 03/12/20 Thu 9:32:27 AM -rw-rw-rw- 1 gjs gjs 8892416 Apr 7 2010 03 Een beetje vrede, een beetje liefde (A L...mp3 [B][COLOR=#2980b9]# Last file now correctly shows original mod date ----------^[/COLOR][/B] 03/12/20 Thu 9:32:27 AM FTP parser: x-Scooter-SFTP
Comment