PDA

View Full Version : wininet ftpcommand in vba for Excel



PieterToo
06-05-2006, 12:46 AM
Hope someone here can point me in the right direction. For a friend i am making an excel vba application which needs to get a file from his frp-server, deletes the file from the server, and after that recreates the same file on the ftp-server with the same chmod (666 - rw rw rw) .
With the wininet ftpput i can not set those settings, also it seems to me to be impossible to do that with an ftpcommand. Does anyone know how to achieve this?
I know i can do this in his webserver, after logging into his control panel, but as my friend is not at home with pc's, i want to make it as hassle free as possible. Any comments would be much appreciated!