mikovision
Programmer
I working with CFFTP and have it working. It will place a file name on the FTP server just fine. The only problem is that it is Zero length (byte size is zero). Am I missing a CFFTP variable? FORM.FILE1 is a file input.
<CFFTP CONNECTION=FTP
USERNAME="username"
PASSWORD="password"
SERVER="xxx.xxx.x.x"
ACTION="open"
STOPONERROR="no">
<CFFTP CONNECTION=FTP
ACTION="PutFile"
LOCALFILE="#form.file1#"
REMOTEFILE="RemFileName"
TIMEOUT="600"
STOPONERROR="No">
<CFFTP ACTION="close"
CONNECTION=FTP
STOPONERROR="Yes">
- Mike
<CFFTP CONNECTION=FTP
USERNAME="username"
PASSWORD="password"
SERVER="xxx.xxx.x.x"
ACTION="open"
STOPONERROR="no">
<CFFTP CONNECTION=FTP
ACTION="PutFile"
LOCALFILE="#form.file1#"
REMOTEFILE="RemFileName"
TIMEOUT="600"
STOPONERROR="No">
<CFFTP ACTION="close"
CONNECTION=FTP
STOPONERROR="Yes">
- Mike