i use xtext to edit a email message (a string message) , if i do not change the default verbiage works fine, change the verbiage, tell xtext to save the changes (thou again this is not a file) then i get ftpdlx error code 30031
C:\ATE\dsk0\001004>type ftpdlx.log
2:04:00 PM FTPDLX Debug: Paramcount: 12
2:04:00 PM Server: lwprod1 Flags: 337 Port: 22 Timeout: 0
2:04:00 PM Login: oedwards
2:04:00 PM LocalPath: C:\ATE\Cache\55840.tmp
2:04:00 PM RemoteFile: /tmp/55840.tmp
2:04:00 PM RemoteDir:
2:04:00 PM Connecting...
2:04:01 PM OK
2:04:01 PM Starting transfer, passive = False Transfer method = 1
2:04:01 PM PutFile C:\ATE\Cache\55840.tmp, /tmp/55840.tmp
2:04:01 PM Done Event: Errorcode=30031
2:04:01 PM Error = 30031 Server returned an error:
these worked find up until we changed out our vpn routers, new default gateway,. i don't understand why it is trying to transfer anything via ftp and have tried the TXFF_RAWBUF option. the text should all be in memory
T'OPCODE = 1 ! Create new control
T'FLAGS = 0
T'FLAGS = T'FLAGS + TXF_WRAP ! Word Wrap
T'FLAGS = T'FLAGS + TXF_FITVIEW ! Word Wrap based on width
T'FLAGS = T'FLAGS + TXF_EOT
! T'FLAGS = T'FLAGS + TXF_TOOLBAR ! Display Toolbar
! TXC'TOOLBARMASK = 65536 ! No 2nd line of toolbar
TXC'DOCFMT'SRC = TXFF_STRING ! Source is text
TXC'DOCFMT'DST = TXFF_STRING ! Destination is text
1490 TXC'WRAPWIDTH = 0 ! [103] (use ruler width)
1500 TXC'MAXBYTES = 0 ! [103] (unlimited; will be tr
SROW = 6 : SCOL = 2 : EROW = 22 : ECOL = 78
xcall XTEXT,T'OPCODE,T'FLAGS,EM'COMMENT,EM'COMMENT,SROW,SCOL,EROW,ECOL,T'EXITC
thanks