Use PuTTY to upload files inside a batch file
In my batch file I have the following code:
cd /D "C:Putty.0.63"
psftp -b D:batchpsftp.txt user@ftp.server.com -pw myPassword
pause
psftp.exe
is in the C:Putty.0.63
location.
In psftp.txt
I have open ftp.server.com
I can log in to the ftp
server but I don't know how to put
a file. I tried to put
cmd in the batch file or the textfile, but nothing works. Looks like I can't do put
inside a batch file.
Any ideas?
Solved:
In psftp.txt
I had :
open ftp.server.com
put myFile.sql
to make it work I removed the first line and just left the put myFile.sql
in the file. I didn't need the open ftp.server.com
because i was already opening the connection in the batch file with user@ftp.server.com -pw myPassword
batch-file putty psftp
|
show 6 more comments
In my batch file I have the following code:
cd /D "C:Putty.0.63"
psftp -b D:batchpsftp.txt user@ftp.server.com -pw myPassword
pause
psftp.exe
is in the C:Putty.0.63
location.
In psftp.txt
I have open ftp.server.com
I can log in to the ftp
server but I don't know how to put
a file. I tried to put
cmd in the batch file or the textfile, but nothing works. Looks like I can't do put
inside a batch file.
Any ideas?
Solved:
In psftp.txt
I had :
open ftp.server.com
put myFile.sql
to make it work I removed the first line and just left the put myFile.sql
in the file. I didn't need the open ftp.server.com
because i was already opening the connection in the batch file with user@ftp.server.com -pw myPassword
batch-file putty psftp
1
Theput
goes to thepsftp.txt
. If it does not work for you, we need to know way more details.
– Martin Prikryl
Nov 26 '18 at 13:27
You also definitely need to upgrade your copy of PuTTY/psftp. Version 0.63 is over 5 years old.
– Martin Prikryl
Nov 26 '18 at 13:28
Thank you. I add to remove the lineopen ftp.server.com
in my psftp.txt file and just do the put right there.
– user2203384
Nov 26 '18 at 15:42
What do you mean by "I add to remove the line"? Show us! Edit your question to show Minimal, Complete, and Verifiable example.
– Martin Prikryl
Nov 26 '18 at 17:32
i edited my question
– user2203384
Nov 26 '18 at 21:04
|
show 6 more comments
In my batch file I have the following code:
cd /D "C:Putty.0.63"
psftp -b D:batchpsftp.txt user@ftp.server.com -pw myPassword
pause
psftp.exe
is in the C:Putty.0.63
location.
In psftp.txt
I have open ftp.server.com
I can log in to the ftp
server but I don't know how to put
a file. I tried to put
cmd in the batch file or the textfile, but nothing works. Looks like I can't do put
inside a batch file.
Any ideas?
Solved:
In psftp.txt
I had :
open ftp.server.com
put myFile.sql
to make it work I removed the first line and just left the put myFile.sql
in the file. I didn't need the open ftp.server.com
because i was already opening the connection in the batch file with user@ftp.server.com -pw myPassword
batch-file putty psftp
In my batch file I have the following code:
cd /D "C:Putty.0.63"
psftp -b D:batchpsftp.txt user@ftp.server.com -pw myPassword
pause
psftp.exe
is in the C:Putty.0.63
location.
In psftp.txt
I have open ftp.server.com
I can log in to the ftp
server but I don't know how to put
a file. I tried to put
cmd in the batch file or the textfile, but nothing works. Looks like I can't do put
inside a batch file.
Any ideas?
Solved:
In psftp.txt
I had :
open ftp.server.com
put myFile.sql
to make it work I removed the first line and just left the put myFile.sql
in the file. I didn't need the open ftp.server.com
because i was already opening the connection in the batch file with user@ftp.server.com -pw myPassword
batch-file putty psftp
batch-file putty psftp
edited Nov 27 '18 at 8:39
user2203384
asked Nov 26 '18 at 11:30
user2203384user2203384
183119
183119
1
Theput
goes to thepsftp.txt
. If it does not work for you, we need to know way more details.
– Martin Prikryl
Nov 26 '18 at 13:27
You also definitely need to upgrade your copy of PuTTY/psftp. Version 0.63 is over 5 years old.
– Martin Prikryl
Nov 26 '18 at 13:28
Thank you. I add to remove the lineopen ftp.server.com
in my psftp.txt file and just do the put right there.
– user2203384
Nov 26 '18 at 15:42
What do you mean by "I add to remove the line"? Show us! Edit your question to show Minimal, Complete, and Verifiable example.
– Martin Prikryl
Nov 26 '18 at 17:32
i edited my question
– user2203384
Nov 26 '18 at 21:04
|
show 6 more comments
1
Theput
goes to thepsftp.txt
. If it does not work for you, we need to know way more details.
– Martin Prikryl
Nov 26 '18 at 13:27
You also definitely need to upgrade your copy of PuTTY/psftp. Version 0.63 is over 5 years old.
– Martin Prikryl
Nov 26 '18 at 13:28
Thank you. I add to remove the lineopen ftp.server.com
in my psftp.txt file and just do the put right there.
– user2203384
Nov 26 '18 at 15:42
What do you mean by "I add to remove the line"? Show us! Edit your question to show Minimal, Complete, and Verifiable example.
– Martin Prikryl
Nov 26 '18 at 17:32
i edited my question
– user2203384
Nov 26 '18 at 21:04
1
1
The
put
goes to the psftp.txt
. If it does not work for you, we need to know way more details.– Martin Prikryl
Nov 26 '18 at 13:27
The
put
goes to the psftp.txt
. If it does not work for you, we need to know way more details.– Martin Prikryl
Nov 26 '18 at 13:27
You also definitely need to upgrade your copy of PuTTY/psftp. Version 0.63 is over 5 years old.
– Martin Prikryl
Nov 26 '18 at 13:28
You also definitely need to upgrade your copy of PuTTY/psftp. Version 0.63 is over 5 years old.
– Martin Prikryl
Nov 26 '18 at 13:28
Thank you. I add to remove the line
open ftp.server.com
in my psftp.txt file and just do the put right there.– user2203384
Nov 26 '18 at 15:42
Thank you. I add to remove the line
open ftp.server.com
in my psftp.txt file and just do the put right there.– user2203384
Nov 26 '18 at 15:42
What do you mean by "I add to remove the line"? Show us! Edit your question to show Minimal, Complete, and Verifiable example.
– Martin Prikryl
Nov 26 '18 at 17:32
What do you mean by "I add to remove the line"? Show us! Edit your question to show Minimal, Complete, and Verifiable example.
– Martin Prikryl
Nov 26 '18 at 17:32
i edited my question
– user2203384
Nov 26 '18 at 21:04
i edited my question
– user2203384
Nov 26 '18 at 21:04
|
show 6 more comments
1 Answer
1
active
oldest
votes
You are opening a connection twice:
- On psftp command-line using
user@ftp.server.com -pw myPassword
- In script file using
open ftp.server.com
.
The open
command fails, as you are already connected. So the put
command never executes.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53480176%2fuse-putty-to-upload-files-inside-a-batch-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are opening a connection twice:
- On psftp command-line using
user@ftp.server.com -pw myPassword
- In script file using
open ftp.server.com
.
The open
command fails, as you are already connected. So the put
command never executes.
add a comment |
You are opening a connection twice:
- On psftp command-line using
user@ftp.server.com -pw myPassword
- In script file using
open ftp.server.com
.
The open
command fails, as you are already connected. So the put
command never executes.
add a comment |
You are opening a connection twice:
- On psftp command-line using
user@ftp.server.com -pw myPassword
- In script file using
open ftp.server.com
.
The open
command fails, as you are already connected. So the put
command never executes.
You are opening a connection twice:
- On psftp command-line using
user@ftp.server.com -pw myPassword
- In script file using
open ftp.server.com
.
The open
command fails, as you are already connected. So the put
command never executes.
answered Nov 27 '18 at 9:26
Martin PrikrylMartin Prikryl
91k22180385
91k22180385
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53480176%2fuse-putty-to-upload-files-inside-a-batch-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The
put
goes to thepsftp.txt
. If it does not work for you, we need to know way more details.– Martin Prikryl
Nov 26 '18 at 13:27
You also definitely need to upgrade your copy of PuTTY/psftp. Version 0.63 is over 5 years old.
– Martin Prikryl
Nov 26 '18 at 13:28
Thank you. I add to remove the line
open ftp.server.com
in my psftp.txt file and just do the put right there.– user2203384
Nov 26 '18 at 15:42
What do you mean by "I add to remove the line"? Show us! Edit your question to show Minimal, Complete, and Verifiable example.
– Martin Prikryl
Nov 26 '18 at 17:32
i edited my question
– user2203384
Nov 26 '18 at 21:04