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: ERROR with Store method: 1101-504: Type E not implemeted
joanne

From: Higganum, CT USA
Posts: 11
Member Since: 01/07/04
posted February 11, 2004 9:43 AM

I am attempting to store a local file.

I am doing the following in VB:

m_FTP.StoreType = 0  'Replace
m_FTP.Store "\mydir\myotherdir\myfile.txt", "c:\myfile.txt", 0

and I get the "Type E not implemented" error. What can be causing this? I am in the root when I run the store.

Here is the trace:
2/11/2004 9:40:40 AM Sent: PWD

2/11/2004 9:40:40 AM Recv: 257 "/" is current directory.

2/11/2004 9:40:40 AM Sent: TYPE E

2/11/2004 9:40:40 AM Recv: 504 Type E not implemented.
joanne

From: Higganum, CT USA
Posts: 11
Member Since: 01/07/04
posted February 11, 2004 9:55 AM

I meant error 11101.

Also, I am not using a control, I am directly calling the DLL.

My m_FTP variable is defined as follows:

private m_FTP As DartFtp.Ftp
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted February 11, 2004 10:17 AM

At some point you set m_FTP.Type to ftpEBCDIC. Try using ftpASCII or ftpImage instead. See "TypeConstants" in the Online help for details.
joanne

From: Higganum, CT USA
Posts: 11
Member Since: 01/07/04
posted February 11, 2004 10:23 AM

Thank you. I had just discovered it!

It is nice to know a someone is reading these forum posts, great feedback!
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX