Why would this not be working:
connection.upload({
directory: 'download',
filename: '753Request' + Date.now() + '.txt',
file: fileObj,
replaceExisting: true
})
it connects ok. the directory exists, as does the file.... its not uploading... but not giving me an error message