FTP put /send file transfer [message #247011] |
Fri, 22 June 2007 16:26 |
apuw
Messages: 13 Registered: June 2007
|
Junior Member |
|
|
Hi
I am trying to copy file from my local machine to remote machine located in c:\part1.sql
I am getting error no such file/dir
I tried following things
ftp> cd mydir
cwd command successful
ftp > put part1.sql
ftp> put part1.sql part1.sql
ftp> send part1.sql
none of teh above put /send works . pls help me .
thanks
|
|
|
|
|
|
|
Re: FTP put /send file transfer [message #247786 is a reply to message #247021] |
Wed, 27 June 2007 04:07 |
shahnazurs
Messages: 240 Registered: June 2005 Location: India
|
Senior Member |
|
|
Hi.
First you make sure whether you are in the directory where you have file part1.sql
ftp>!cd
c:\
ftp>put part1.sql
when you want to ftp more than one file then
ftp>mput part1.sql a.sql
Thanks,
Shahnaz.
|
|
|