Batch File .bat to copy file from File Sharing & FTP Hosting

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
chacha123
Posts: 5
Joined: 16 Feb 2015 17:14

Batch File .bat to copy file from File Sharing & FTP Hosting

#1 Post by chacha123 » 16 Feb 2015 17:20

Hi all,

Any idea how to write the script to copy the file from File Sharing & FTP Hosting to local directory.

File Sharing & FTP Hosting, i using is Smartfile.


Thanks

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#2 Post by foxidrive » 16 Feb 2015 17:34

Please give more details - See here: viewtopic.php?f=3&t=6108

chacha123
Posts: 5
Joined: 16 Feb 2015 17:14

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#3 Post by chacha123 » 16 Feb 2015 17:49

foxidrive wrote:Please give more details - See here: viewtopic.php?f=3&t=6108



Hi ,

Is like this

I have a file in SMARTFILE , to login this have username and password.

I would like have a batch file .bat to execute, this batch file will help to copy the file from certain folder in SMARTFILE and download to local directory.

Previously, I using WINSCP to do, but now I don't want to use it. How could the script to write to connect to SMARTFILE?

Thanks

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#4 Post by foxidrive » 16 Feb 2015 17:56

Smartfile is not a default program on Windows - can you tell us about it?

Is it this place? https://www.smartfile.com/

Are you using plain FTP?

Have you looked in the site for an FTP script yet?

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#5 Post by Squashman » 16 Feb 2015 18:02

Windows can only do ftp natively. Any other form of ftp requires a third party program. If smartfile does not support standard ftp you are out of luck and you will have to stick with winscp.


chacha123
Posts: 5
Joined: 16 Feb 2015 17:14

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#7 Post by chacha123 » 16 Feb 2015 18:10

foxidrive wrote:Smartfile is not a default program on Windows - can you tell us about it?

Is it this place? https://www.smartfile.com/

Are you using plain FTP?

Have you looked in the site for an FTP script yet?



Yes, this https://www.smartfile.com/

Where is the FTP script located?

chacha123
Posts: 5
Joined: 16 Feb 2015 17:14

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#8 Post by chacha123 » 16 Feb 2015 18:12

Squashman wrote:Windows can only do ftp natively. Any other form of ftp requires a third party program. If smartfile does not support standard ftp you are out of luck and you will have to stick with winscp.



How to know that SMARTFILE didn't suport standard FTP?

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#9 Post by Squashman » 16 Feb 2015 18:15

chacha123 wrote:
Squashman wrote:Windows can only do ftp natively. Any other form of ftp requires a third party program. If smartfile does not support standard ftp you are out of luck and you will have to stick with winscp.



How to know that SMARTFILE didn't suport standard FTP?

Well I can think of two very obvious ways to get that information.
1) Ask their support people.
2) Try connecting with any ftp client.

chacha123
Posts: 5
Joined: 16 Feb 2015 17:14

Re: Batch File .bat to copy file from File Sharing & FTP Hos

#10 Post by chacha123 » 16 Feb 2015 18:21

Squashman wrote:
chacha123 wrote:
Squashman wrote:Windows can only do ftp natively. Any other form of ftp requires a third party program. If smartfile does not support standard ftp you are out of luck and you will have to stick with winscp.



How to know that SMARTFILE didn't suport standard FTP?

Well I can think of two very obvious ways to get that information.
1) Ask their support people.
2) Try connecting with any ftp client.



I had go in and find the FTP Client, there show is using Filezilla

Post Reply