Ich habe ein Problem mit dem MFMT Command
Der FTP sagt incorrent Parameters
Der Aufbau ist angeblich so
Description
Traditionally, when a file or folder is uploaded to an FTP server, the last modified date and time of the file or folder is set to the transfer date and time. Using MFMT, FTP clients can inform supporting FTP servers of the proper last modified date and time to use for the file or folder. The format of the command is MFMT YYYYMMDDHHMMSS path, where:
YYYY - the 4-digit year
MM - the 2-digit month
DD - the 2-digit day of the month
HH - the hour in 24-hour format
MM - the minute
SS - the seconds
- Code: Select all
14-01-15T08:56:53 <== MFMT 20130710163100 Titanium Backup_6.0.5.1.apk
Windows: Mittwoch, 10. Juli 2013, 18:31:00
18 statt 16?
Wenn ich ins Log schaue stimmen die Angaben nicht.
- Code: Select all
14-01-15T08:56:52 <== CWD /sdcard/Download
14-01-15T08:56:52 ==> 250 command succesful (/sdcard/Download/)
14-01-15T08:56:52 <== TYPE I
14-01-15T08:56:52 ==> 200 Switching to mode TYPE I
14-01-15T08:56:52 <== SIZE Titanium Backup_6.0.5.1.apk.d20130710-u163100.s6110146.incomplete
14-01-15T08:56:52 ==> 213 6110146
14-01-15T08:56:52 <== RNFR Titanium Backup_6.0.5.1.apk.d20130710-u163100.s6110146.incomplete
14-01-15T08:56:52 ==> 350 Requested file action pending further information. Waiting for RNFR
14-01-15T08:56:52 <== RNTO Titanium Backup_6.0.5.1.apk
14-01-15T08:56:52 ==> 550 Requested action not taken. /sdcard/Download/Titanium Backup_6.0.5.1.apk already exists
14-01-15T08:56:52 <== RNFR Titanium Backup_6.0.5.1.apk
14-01-15T08:56:52 <== RNTO Titanium Backup_6.0.5.1.apk.bak
14-01-15T08:56:52 ==> 250 Requested file action okay, completed /sdcard/Download/Titanium Backup_6.0.5.1.apk renamed to /sdcard/Download/Titanium Backup_6.0.5.1.apk.bak
14-01-15T08:56:53 ==> 250 Requested file action okay, completed /sdcard/Download/Titanium Backup_6.0.5.1.apk.d20130710-u163100.s6110146.incomplete renamed to /sdcard/Download/Titanium Backup_6.0.5.1.apk
14-01-15T08:56:53 Refreshing the MediaStore
14-01-15T08:56:53 <== DELE Titanium Backup_6.0.5.1.apk.bak
14-01-15T08:56:53 ==> 250 File /sdcard/Download/Titanium Backup_6.0.5.1.apk.bak deleted
14-01-15T08:56:53 ==> 226 transfer complete
14-01-15T08:56:53 <== MFMT 20130710163100 Titanium Backup_6.0.5.1.apk
14-01-15T08:56:53 ==> 500 incorrect number of parameters
14-01-15T08:56:53 <== CWD /sdcard/Download
14-01-15T08:56:53 ==> 250 command succesful (/sdcard/Download/)
14-01-15T08:56:53 <== TYPE I
Was ist da falsch?
Nachtrag:
Habe das Problem gefunden.
Send: MFMT 20130710163100 TitaniumBackup_6.0.5.1.apk
Answer: 213 Modify=20110916014242; TitaniumBackup_6.0.5.1.apk
Klappt
Send: MFMT 20130710163100 Titanium Backup_6.0.5.1.apk
Answer: 500 incorrect number of parameters
Klappt nicht. Also offenbar ein Leerzeichen problem vom Server beim Command.
Aber wieso Sendet Super Flexibel eine 16 statt 18?
Er zeigt sogar im Fenster Falsche Werte?
Senden tut er 16. zeigen tut er 17 und 18 sind es?