Your 504 response is because your wsftp client is asking the mainframe server to restart a previously-failed file transfer - does the file you're writing to already exist on the mainframe?
The mainframe can support restartable file transfers *if* correctly set up (in the server FTPDATA config file) to do so, which it doesn't appear to be in your case (needs checkpointing previously established and block and compress mode turned on) so it's rejecting the REST command. I don't use restartable transfers, so I don't know how to set them up. If there's an option in your wsftp config that is asking for a restartable file transfer, then try turning it off. Brian -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Matt Dazzo Sent: 24 February 2009 20:35 To: [email protected] Subject: File Transfer Issue I am transferring a certificate that is in ascii armored format from my desktop to the mainframe using wsftp pro. For some reason only part of the cert is transferred. Below is the ftp log, in the log is an 504 error which is means 'Command not implemented for that parameter.' Can some one explain what that means and how can I get around it. Thanks Matt PWD 257 "'XXXXXX.'" is working directory. TYPE A 200 Representation type is Ascii NonPrint PASV 227 Entering Passive Mode (27,1,39,75,12,113) connecting data channel to 27.1.39.75:3185 data channel connected to 27.1.39.75:3185 LIST 125 List started OK transferred 11970 bytes in 0.656 seconds, 142.495 Kbps ( 17.812 KBps), transfer succeeded. Starting request REST 1024 504 Restart requires Block or Compressed transfer mode. TYPE I 200 Representation type is Image PASV 227 Entering Passive Mode (27,1,39,75,12,118) connecting data channel to 27.1.39.75:3190 data channel connected to 27.1.39.75:3190 STOR bom2009.cer 125 Storing data set ST1MAT.BOM2009.CER transferred 1789 bytes in < 0.001 seconds, 13976.563 Kbps ( 1747.070 KBps), transfer succeeded. 250 Transfer completed successfully. Transfer request completed with status: Finished TYPE A 200 Representation type is Ascii NonPrint PASV 227 Entering Passive Mode (27,1,39,75,12,119) connecting data channel to 27.1.39.75:3191 data channel connected to 27.1.39.75:3191 LIST 125 List started OK transferred 11970 bytes in 0.625 seconds, 149.620 Kbps ( 18.703 KBps), transfer succeeded. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

