Doesn't an Inet.execute "PUT" work just like an Inet.Execute "GET"?
I've set up an FTP site to transfer data between kiosks and server. Accounts are set up, and downloads of binary files are flawless (to kiosk from server)
But when I try to perform a PUT or SEND (from kiosk to Server), nothing seems to happen. My FTP Server shows a successful login, but no Upload takes place. Any clues?
Simple code:
<------------------------------------------------------>
inet1.URL = "ftp//xxx.xxx.xxx.xxx"
inet1.password = "*****" ' sorry, can't reveal that to you
inet1.username = "user" ' likewise
' The Following works great
inet1.execute , "GET " & sFile & " " & sFile1
' but this doesn't seem to do anything, am I missing something?
inet1.execute , "PUT " & sFile & " " & sFile1
<--------------------------------------------------------->
Now according to Billy Gates' help file, a put & send do the same thing, the first sFile is the local path to the file and sFile1 is the path on the ftp server
No Dolphins were harmed in the posting of this message... Dolphin Friendly Tuna!
I've set up an FTP site to transfer data between kiosks and server. Accounts are set up, and downloads of binary files are flawless (to kiosk from server)
But when I try to perform a PUT or SEND (from kiosk to Server), nothing seems to happen. My FTP Server shows a successful login, but no Upload takes place. Any clues?
Simple code:
<------------------------------------------------------>
inet1.URL = "ftp//xxx.xxx.xxx.xxx"
inet1.password = "*****" ' sorry, can't reveal that to you
inet1.username = "user" ' likewise
' The Following works great
inet1.execute , "GET " & sFile & " " & sFile1
' but this doesn't seem to do anything, am I missing something?
inet1.execute , "PUT " & sFile & " " & sFile1
<--------------------------------------------------------->
Now according to Billy Gates' help file, a put & send do the same thing, the first sFile is the local path to the file and sFile1 is the path on the ftp server
![[fish] [fish] [fish]](/data/assets/smilies/fish.gif)