Upload And Download Files From And To Mainframe?

Sep 1, 2009

How do I upload and download files from and to Mainframe dataset using VB.net

View 2 Replies


ADVERTISEMENT

Upload And Download Files Through FTP

Feb 24, 2009

I am using .net 1.1 and am supposed to design a component to upload and download file through FTP server. What is the best solution for this in .net 1.1? I tried to work with the "wininet.dll". But I do not have enough information on this. What is the simplest way for connecting, uploading and downloading files throught FTP server?

View 1 Replies

FTP Server - Upload / Download Text Files?

Mar 23, 2011

So my program allows people to download/upload text files from an FTP server... But... is this safe? I've always been a little scared with FTP because I fear that some lowlife is gonna hack into it. Is there another way to do this? Or is there a way to make this connection much safer?

View 5 Replies

Upload And Download Files From A FTP Server Synchronously?

Dec 22, 2009

Need to upload and download files to and from a FTP server Synchronously using vb.net.

View 3 Replies

Need Expert Opinion Secure Upload And Download Files

May 3, 2011

I am making a windows form and through this form i want my users to upload and download files stored in a Directory on a machine running windows 2003.Could anyone please tell me the best and secure way to share files on a directory for users to Upload and download and "without letting the users to know the actual path"..User Clicks on a Button and it will automatically download the files from server.User Clicks on another Button and it will automatically upload the files to server.The file name and paths will be taken from labels which are hidden on my form so the user doesn't need to specify anything..I have 3 Options and looking forward to some expert opinion on this. My main concern is to never reveal the location to users and smooth upload and downloads.Is there any better option..i mean from my windows form perspective only and not talking about firewall settings, folder permissions etc...or any 3rd party software to protect data.[code]

View 2 Replies

Uploading Files To Mainframe?

Nov 5, 2009

I am uploading file to mainframe and before uploading when I open it using notepad I am able to view it.

Once uploaded the administrator is complaining that he is not able to read the data in file and it appears as junk.

Is there anything else I need to do before uploading files to mainframes. I am using Chilkat component to upload the files to mainframes.

View 2 Replies

.NET : Reading/Editing Mainframe VSAM Files?

Dec 28, 2011

I have seen application that are written in Java that can interface to CICS regions on the Mainframe(haven't seen the source code). I am looking for an alternative to the Java method in VB or C# that I can use to connect to a z/OS Mainframe 3270 to retrieve records in VSAM files.

View 1 Replies

File I/O And Registry :: Using .NET 3.5 To Retrieve Files From IBM Mainframe

Jun 2, 2010

I know how to get a list of files in a local Windows machine's specific directory:

Dim dirInfo As DirectoryInfo = New DirectoryInfo("C:Temp")
Dim fileListing() As FileInfo = dirInfo.GetFiles()

But how do I use this class for a mainframe system where user ID, password and 'change directory' command are needed?

When I attempt to just access the server without credentials and just do the Windows version and use the syntax "\server_nameAUTO:RPTS.", where 'AUTO:RPTS.' is the mainframe directory name I get the following error: "The given path's format is not supported."

When I just use '\server_name' I get: "The UNC path should be of the form \servershare."

View 1 Replies

Ftp Upload And Download With Progress?

Feb 13, 2011

I am trying to upload and download a file to a ftp server with progress. I have already went through multiple articles and sample code but was not able to complete this task.

View 11 Replies

How To Upload And Download A File

Jul 8, 2011

I like to upload an file in my project. when I click the upload button the file should be stored in client system and the file name and path should be stored in the database. When I clicking the download button it should be downloaded based on the file name and path that I have stored in the database. After making the changes it should be uploaded as different file name and it will not affect the previous file content.

View 2 Replies

Upload And Download A File From A FTP?

May 11, 2010

I want to upload and download a file from a fTP. so i wrote the followign code ina form1_click function.

Code:
Public Class Form1
Const FTP_TRANSFER_TYPE_UNKNOWN = &H0
Const FTP_TRANSFER_TYPE_ASCII = &H1
Const FTP_TRANSFER_TYPE_BINARY = &H2

[Code]...

It is not working. Is there anyother components or controls should be added to get FTP functionality?I am new to vb. what are all the references i have to add to the project to make it run properly.

View 2 Replies

Upload/download File Via FTP?

Jun 4, 2007

how to show the FTP file list and how to upload/download file via FTP

View 1 Replies

VS 2005 Upload/Download Via FTP?

Aug 13, 2010

How can I upload text files using FTP server e.g. [URL] (with username and password) in Microsoft Visual Basic 2005 express edition... ?

View 3 Replies

Calculate The Download Speed If Use A Webclient To Download Files Async?

Jun 10, 2009

how can I calculate the download speed if I use a webclient to download files async

View 2 Replies

Measure Download/Upload Speed?

Sep 26, 2009

Well an alternative way is by just showing the connection speed which is:

Dim AllNetConn() As NetworkInterface = NetworkInterface.GetAllNetworkInterfaces
Dim IntConnSpeed As Integer = AllNetConn(0).Speed / 1024
Dim StrConnSpeed As String = IntConnSpeed & " Kbps"

[Code]....

But i need something more specific like the download/upload speed.. I know that i could make my program download a file with the size of 100kb and measure how much time it took to download but i dont know how to measure the time...

View 3 Replies

Calculate Download/upload Speed In Kbps?

Oct 2, 2009

I want two labels that will give an accurate measurement of the current download upload speed. I would like it to be in "kbps".

View 3 Replies

Communications :: How To Check Download / Upload Speed

Nov 7, 2008

Where to start for making a quick routine to check current download/upload speeds? I do have a web server I could download from but need some info on where to start?

View 1 Replies

File I/O And Registry :: Ftp Upload And Download With Progress?

Feb 19, 2011

I am trying to upload and download multiple files to a ftp server with there progress. I have read and tried many of the solutions in different articles but can not get it to work.

It has been more then a week and i could not get it to work.

View 2 Replies

FTP Upload & Download & Creating A Folder On A FTP Server?

Jul 15, 2009

if anyone knows the code for ftp upload and download, folder creation and a good server that supports uploading and downloading files from a vb.net application.

View 1 Replies

Packet Counter And Download/Upload Speed?

Mar 1, 2011

I was wondering if there was a simple way to show packets being sent in "Label1"

and then show packets being received in "Label2"..

Also I want to know if there's a way to show Download speed in "Label3" and Upload speed in "Label4".

View 3 Replies

Upload / Download MS Docs To SQL Using Windows Forms In VB

Dec 17, 2009

I know there is a lot of forums out there regarding this, but I haven't been able to find what I need and I am somewhat new to this. I would like the simple openfiledialog code button click to attach a word document or PDF and upload it to a SQL server table to be saved. I would like to use my current datasets and controls without creating another SQL query within my project as I have seen in other forums, unless that is the only method. I know that the data needs to be saved as an image type with the file name and extension but I just need the code for this. I would then like to download the doc or pdf to view it within a form.

View 3 Replies

Download / Upload Speed Management For Visual Basic?

May 16, 2010

how to limit the transfer rate (for example, a limit of 120KB/s) of an upload or download through a Visual Basic program?

View 3 Replies

Get The Present Upload And Download Rate Of Current Connection?

Dec 9, 2010

I have a function that will get the present upload and download rate of my current connection.

It is working now here is my code used:

Dim NetSent As New System.Diagnostics.PerformanceCounter
Dim NetReceived As New System.Diagnostics.PerformanceCounter
Dim KBytesSent As Long
Dim KBytesReceived As Long
Do Until Me._Stop

[Code]...

View 7 Replies

Forms :: Windows App To Upload Files To Different FTP Sites By Picking The Files From Different Folders?

Oct 11, 2011

I wrote windows app to upload files to different FTP sites by picking the files from different folders.A log is displayed by appending text to the textbox at every step.Textbox is ReadOnly.

Issue:When app is loading a bf file to FTP and if user tries to scroll the textbox,the form is hanging and going to Not Responding.?

View 4 Replies

Create An Application That Will Monitor The Upload/download Traffic Of A User?

Dec 24, 2011

I am wanting to create an application that will monitor the upload/download traffic of a user. Can someone point me too some code that I can have a look at?I have found SharpPcap - A Packet Capture Framework for .NET, but cannot find any vb.net code for it.

I have found this code:

Dim Properties As IPGlobalProperties
Dim StatV4 As IPGlobalStatistics
Properties = IPGlobalProperties.GetIPGlobalProperties
StatV4 = Properties.GetIPv4GlobalStatistics
Dim Packets As Long = StatV4.ReceivedPackets

What actually is a 'packet'? Can I calculate the download/upload from this code by maybe multiplying the recievedPackets by packet size... or something like that?

View 2 Replies

Manipulate UTorrent - Write Upload / Download Rate To TXT File?

May 8, 2010

uTorrent is a p2p program which handles torrents as most people know. What I want to do is:
Write the total amount of Upload rate to a txt file (updated every second).
Write the total amount of Download rate to a txt file (updated every second).

This is done on a server, which writes the files to a shared folder. And on my computer, I will make a program that reads from these files every second. So instead of me having to use the Remote Desktop Connection to see if it's going anywere. I want to view the speed from my computer. So the problem starts at the first task, how to manipulate programs.

View 12 Replies

How To Upload Only Modified Files Not All Files To Server

Mar 9, 2012

I am using vs 2010 web..I want to know that:how to upload only modified files/file to server instead of upload full project.if a made a small change in a aspx file and want to see how it look like live . then vs 2010 upload each time all pages/files to server and it take time.

View 1 Replies

VS2010 To Monitor Net Usage And Calculate The Current/total Download And Upload While My Application Is Running?

Dec 22, 2011

Is there a way in VS2010 to monitor net usage, and calculate the current/total download and upload while my application is running?

View 9 Replies

File I/O And Registry :: AVI Header - Program To Download And Play AVI Files The Files Are Large In Size And Long Time Wise

Dec 11, 2011

I wrote a program to download and play AVI files the files are large in size and long time wise. I have the files playing as they are being downloaded but i can't see how long the file is or seek reliably. i was reading that the AVI headers are in the last 512kb of the AVI file *why would't they put it at the start* lol so my question is is there a way to download the last 512Kb of the file i'm downloading. i have the Bytes Read and Length of the file while its downlaoding i'm just not sure where to go from there, or how to do it atleast. If i had the length in time of the Avi file i could set the trackbar to be able to seek properly. or if someone has an idea how i could get the time of the video by using fps and some math i could prob do it that way too but idk how i would tell how i can find how many kb are in the fps i'm sure it changes so think that way is't going to be reliable. how to get the last 512kb would be the best option not sure if it can be done even.

View 4 Replies

Upload More Than 2GB Files?

Nov 18, 2009

i tried to upload a file more than 2GB size... into linux ftp server...

using System.IO
'Reading file into a byte array
Dim file As Byte()

[Code].....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved