Re: Able to getfile, but unable to put file? (General questions)
Wee,
are you using OCX (GUI version)? Immediately after connecting, OCX sends PWD command to retrieve current directory listing, perhaps this is where it fails?
Can you use FTPReply event, and put code like this inside
Debug.Print Command & & ReplyText
and paste it here? It should contain complete conversation with the server and tell us what happened.
Kreso
Hi Kreso,
I am using the OCX(GUI) version.
220-QTCP at ATLANTIS.
220 Connection will close if idle more than 5 minutes.
USER xxx 331 Enter password.
PASS xxxx 230 XXX logged on.
FEAT 211-Feature listing follows:
AUTH TLS
PBSZ
PROT
211 End of feature listing.
PWD 257 QGPL is current library.
TYPE A 200 Representation type is ASCII nonprint.
PASV 227 Entering Passive Mode (10,223,156,90,111,40).
LIST -al QGPL 501 Character (-) not allowed in object name.
I guess the error will be: [size=6]LIST -al QGPL 501 Character (-) not allowed in object name.
[/size]?
Where do you think the - comes from?
thanks,
wee ping
Complete thread:
- Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 03:52
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:34
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 08:55
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:58
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 09:10
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 10:39
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 11:14
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-25, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 01:55
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-26, 04:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 14:31
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-02, 02:56
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-02, 13:07
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 07:16
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-03, 07:20
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 08:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-03, 14:06
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 08:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-03, 07:20
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-03, 07:16
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-02-02, 13:07
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-02-02, 02:56
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 14:31
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-26, 04:05
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-26, 01:55
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-25, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 11:14
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 10:54
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 10:39
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 09:10
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:58
- Re: Able to getfile, but unable to put file? - Wee Ping, Tan, 2006-01-24, 08:55
- Re: Able to getfile, but unable to put file? - wodSupport, 2006-01-24, 08:34