Problem with Uploading file as -p information not known.

Core FTP client questions and answers
Post Reply
anil50000
Posts: 8
Joined: Thu Aug 16, 2007 3:45 pm

Problem with Uploading file as -p information not known.

Post by anil50000 »

I am using Core FTP Pro Version 2.0, build 1507. Connecting to a FTP server using PASV mode and Open SSL CA Certificate. I am having problem while transferring files to the server, downloading files works ok.

I am using the following syntax to upload files.

"c:\program files\coreftp\coreftp.exe" -site Spainserver -u c:\anil\output\*.txt -output c:\anil\log\transfer.log -log -s

But its not working, I think its due to no -p. As I only want it to put it
into the directory the username and password logs me into. I don't know
the directory name or details. It says "/" is current work directory but I don't know if I can put this after -p tag?

Please can you tell me what the problem is and how to resolve it?

Log details are as follows

Connect socket #1788 to ?????, port 40022...220-You are welcome.

FTP Server de ??? FtFi ...

220-You are welcome.

USER ????

331 User name okay, need password.

PASS **********

230 User logged in, proceed.

SYST

215 UNIX ???_FTP $Revision: 1.41.4.1 $: Type ASCII not print.

PASV

227 Entering Passive Mode (???)

LIST

Connect socket #1760 to ????, port 43476...150 Opening ASCII mode data connection for directory listing.

226 Transfer complete, 0 bytes transferred, in 0 seconds

PWD

257 "/" is current work directory.

QUIT

221-Total ftp session control + data channel traffic size 489.

Total data channel operations 1 , traffic size 0 in 0 seconds.

Total control traffic size 489, 58 received, 431 transmitted.

Done 1 list cmd with in total 0 transferred bytes in 0 seconds.

Done 0 file transfer (get + put), total size 0 in 0 seconds.

Total put files number 0, total size 0 in 0 seconds.

Total get files number 0, total size 0 in 0 seconds.

Thank you for using the Spazio FTP service.

221 Service closing control connection. Goodbye.

Total uploaded files: 0

Total uploaded data: 0

Total downloaded files: 0

Total downloaded data: 0

Downloading the files works fine.

Thanks
anil50000
Posts: 8
Joined: Thu Aug 16, 2007 3:45 pm

Post by anil50000 »

Thanks for the Reply. I found the main issue, the folder I created was called ouput and not output.
Post Reply