hi
i wrote code to send a file using FTP ... it runs well.... but the server
that receive the file changed, now the ftp doesnt work
i use inet object ... the problem is:
ErrorCode:
12003
ErrorDesc ription:
200 Switching to Binary mode.
200 PORT command successful. Consider using PASV.
553 Could not create file.
i take those msg from StateChanged cases.
The server administrator told me that the ftp server program changed
vftpd version 2.6.0 on linux Suse
vsftpd version 1.2.0 on linux Red hat
can anyone help me???
this is the code:
strPatta = "PUT " & "C:\AgendaSet.cs " &
"/home/roma/public_html/webterrNew/agenda.txt"
ftpObjGet.Execute , strPatta
While ftpObjGet.StillExecuting
DoEvents
Wend
Bye
carlo
Archived from group: microsoft>public>it>vb