Can we download the files from SFTP Server without...
# suitescript
a
Can we download the files from SFTP Server without knowing the file name in 2.0?
b
a
Connection.list provides the list the files. I checked Connection.download() will download the file but need the filename. Can you please send me a sample?
e
See the linked Help doc ^^ for how
list()
works; it returns a list of Objects which all have a
name
property
a
I got it, thanks @battk and @erictgrubaugh