Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: Can not Store file to Server?
studentcom
shengweihe@yahoo.com.cn

From: dd, Channel Islands
Posts: 2
Member Since: 02/09/06
posted February 9, 2006 11:14 AM

1.I have created Ftp server:
 FtpServer1.Start "C:\FtpRoot"  
 Text1.Text = "c:\ftproot"
2.I want to Store File:
 Ftp1.Login "lzgd-DSB", "admin", "secret" 
 Ftp1.Type = ftpAscii
 Ftp1.Store "C:\FtpRoot\mystoredfile.zip", _
   "C:\test\kpt6.zip"
  Ftp1.Logout

It display "errors:11101" and "550 Permission denied" whent It run to "Ftp1.Storev... "

why??(ftp1.state is tcpConnected when It run to "Ftp1.Storev... ")
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted February 9, 2006 3:53 PM

Do you get these errors if you use our sample FTP server included in the kit instead of your own code?
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX