I have the following ftp script which needs to be executed from a button on a form.
Could you advise as to the vba code to perform this
open ftp.mb.com ' ftp server
contu ' user
reylonieluj89 ' password
!:--- FTP commands below here ---
lcd c:\tinover
cd inbox/uk/psi
binary
mput uk_5.txt
disconnect
bye
Could you advise as to the vba code to perform this
open ftp.mb.com ' ftp server
contu ' user
reylonieluj89 ' password
!:--- FTP commands below here ---
lcd c:\tinover
cd inbox/uk/psi
binary
mput uk_5.txt
disconnect
bye