Upload And Download Files From And To Mainframe?
Sep 1, 2009How do I upload and download files from and to Mainframe dataset using VB.net
View 2 RepliesHow do I upload and download files from and to Mainframe dataset using VB.net
View 2 RepliesI 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 RepliesSo 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 RepliesNeed to upload and download files to and from a FTP server Synchronously using vb.net.
View 3 RepliesI 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 RepliesI 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.
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 RepliesI 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."
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 RepliesI 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 RepliesI 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.
how to show the FTP file list and how to upload/download file via FTP
View 1 RepliesHow can I upload text files using FTP server e.g. [URL] (with username and password) in Microsoft Visual Basic 2005 express edition... ?
View 3 Replieshow can I calculate the download speed if I use a webclient to download files async
View 2 RepliesWell 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...
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 RepliesWhere 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 RepliesI 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.
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 RepliesI 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".
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 Replieshow to limit the transfer rate (for example, a limit of 120KB/s) of an upload or download through a Visual Basic program?
View 3 RepliesI 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]...
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.?
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?
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.
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 RepliesIs there a way in VS2010 to monitor net usage, and calculate the current/total download and upload while my application is running?
View 9 RepliesI 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 Repliesi 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].....